We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8b9369 commit 1c611eaCopy full SHA for 1c611ea
Makefile
@@ -0,0 +1,5 @@
1
+# These targets are not files
2
+.PHONY: test
3
+
4
+test:
5
+ DJANGO_SETTINGS_MODULE=test_project.settings python test_project/manage.py test alert_tests
0 commit comments