Skip to content

Commit ae9fe2c

Browse files
authored
Remove runtests.py (#600)
Runtests.py was only hacking around what pytest-django can do for us.
1 parent c58ffb2 commit ae9fe2c

File tree

3 files changed

+2
-17
lines changed

3 files changed

+2
-17
lines changed

pytest.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
[pytest]
2-
DJANGO_SETTINGS_MODULE = tests.settings
32
addopts = -p no:doctest
3+
--ds=tests.settings
4+
django_find_project = false

runtests.py

Lines changed: 0 additions & 15 deletions
This file was deleted.

setup.cfg

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ use_parentheses = True
7575
7676
[tool:multilint]
7777
paths =
78-
runtests.py
7978
setup.py
8079
src
8180
tests

0 commit comments

Comments
 (0)