Skip to content

Commit 05493ad

Browse files
committed
show setup plan for now
1 parent a3e85f1 commit 05493ad

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/test_db_setup.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,9 @@ def test_d(settings, worker_id):
206206
result.stdout.fnmatch_lines(["*PASSED*test_c*"])
207207
result.stdout.fnmatch_lines(["*PASSED*test_d*"])
208208

209+
django_testdir.runpytest_subprocess("--setup-plan", "-vv", "-n2", "-s", "--reuse-db")
210+
django_testdir.runpytest_subprocess("--setup-plan", "-vv", "-n2", "-s", "--reuse-db", "--create-db")
211+
209212
result = django_testdir.runpytest_subprocess(
210213
"-vv", "-n2", "-s", "--reuse-db", "--create-db"
211214
)

0 commit comments

Comments
 (0)