Skip to content

Commit d1526af

Browse files
committed
Speed things up
1 parent 081a2c6 commit d1526af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ passenv = PYTEST_ADDOPTS,TERM,TEST_DB_USER,TEST_DB_PASSWORD,TEST_DB_HOST
3737
usedevelop = True
3838
commands =
3939
coverage: coverage erase
40-
{env:PYTESTDJANGO_TEST_RUNNER:pytest} {posargs:tests}
40+
{env:PYTESTDJANGO_TEST_RUNNER:pytest} {posargs:tests} tests/test_database.py::test_custom_django_db_setup -vv -s
4141
coverage: coverage combine
4242
coverage: coverage report
4343
coverage: coverage xml

0 commit comments

Comments
 (0)