diff --git a/README.md b/README.md index 1c8ae04..030ab9d 100644 --- a/README.md +++ b/README.md @@ -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 ```