Skip to content

Commit e4c6a3f

Browse files
authored
Merge pull request #11 from nicoddemus/patch-1
Use [tool:pytest] for section name in setup.cfg file
2 parents 43e2c36 + d9dbeb5 commit e4c6a3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ that any database changes made will be rolled back at the end of the test:
7878
```ini
7979
# In setup.cfg
8080

81-
[pytest]
81+
[tool:pytest]
8282
mocked-sessions=database.db.session
8383
mocked-engines=database.engine
8484
```

0 commit comments

Comments
 (0)