Skip to content

Commit

Permalink
Merge pull request #11 from nicoddemus/patch-1
Browse files Browse the repository at this point in the history
Use [tool:pytest] for section name in setup.cfg file
  • Loading branch information
jeancochrane authored Feb 13, 2019
2 parents 43e2c36 + d9dbeb5 commit e4c6a3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ that any database changes made will be rolled back at the end of the test:
```ini
# In setup.cfg

[pytest]
[tool:pytest]
mocked-sessions=database.db.session
mocked-engines=database.engine
```
Expand Down

0 comments on commit e4c6a3f

Please sign in to comment.