Skip to content

Commit def44e9

Browse files
committed
Ditch separate database-test on grounds of this being adequately tested elsewhere
1 parent 63bda46 commit def44e9

File tree

2 files changed

+0
-30
lines changed

2 files changed

+0
-30
lines changed

database-test.sh

-28
This file was deleted.

tox.ini

-2
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,13 @@ commands =
1616
coverage run --rcfile=.coveragerc -m pytest --strict tests/cover
1717
coverage report -m --fail-under=100 --show-missing
1818
py.test -v tests/nocover
19-
./database-test.sh
2019
./extra-test.sh
2120

2221
[testenv:pypy]
2322
deps =
2423
pytest
2524
commands =
2625
./basic-test.sh
27-
./database-test.sh
2826

2927
[testenv:pypy3]
3028
deps =

0 commit comments

Comments
 (0)