Skip to content

Commit a350dd9

Browse files
brought tests back
1 parent 634d3f7 commit a350dd9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
django_test:
22
python manage.py test api.tests jobs.tests tasks.tests
33

4-
4+
test:
5+
nosetests hdx_exports/tests/test_hdx_export_set.py
56

67
worker:
78
PYTHONPATH=../osm-export-tool-python/ DJANGO_SETTINGS_MODULE=core.settings.project dramatiq tasks.task_runners --processes 1 --threads 1

0 commit comments

Comments
 (0)