File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -253,7 +253,7 @@ Open :file:`mycoverage/index.html` in your browser and you can see a coverage su
253
253
There's no need to wait for Codecov to complain after you submit your PR.
254
254
255
255
The tests are generic and written to work with both single database and multiple database configurations. tox will run
256
- tests both ways. You can see the configurations used in tests/settings.py and tests/multi_db_settins .py.
256
+ tests both ways. You can see the configurations used in tests/settings.py and tests/multi_db_settings .py.
257
257
258
258
When there are multiple databases defined, Django tests will not work unless they are told which database(s) to work with.
259
259
For test writers this means any test must either:
You can’t perform that action at this time.
0 commit comments