Skip to content

Commit 4bc0a9d

Browse files
committed
run_tests: use directory instead of python package format
1 parent a30b69d commit 4bc0a9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/run_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@
2626
# Load models
2727
application = get_wsgi_application()
2828

29-
management.call_command("test", "djangosaml2.tests", "testprofiles", "-v", "2")
29+
management.call_command("test", "djangosaml2/tests", "testprofiles", "-v", "2")

0 commit comments

Comments
 (0)