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 634d3f7 commit a350dd9Copy full SHA for a350dd9
Makefile
@@ -1,7 +1,8 @@
1
django_test:
2
python manage.py test api.tests jobs.tests tasks.tests
3
4
-
+test:
5
+ nosetests hdx_exports/tests/test_hdx_export_set.py
6
7
worker:
8
PYTHONPATH=../osm-export-tool-python/ DJANGO_SETTINGS_MODULE=core.settings.project dramatiq tasks.task_runners --processes 1 --threads 1
0 commit comments