Преглед изворни кода

HUE-9483 [test] Adding pytest configuration

Romain пре 5 година
родитељ
комит
15a321b919
1 измењених фајлова са 4 додато и 0 уклоњено
  1. 4 0
      pytest.ini

+ 4 - 0
pytest.ini

@@ -0,0 +1,4 @@
+[pytest]
+DJANGO_SETTINGS_MODULE = desktop.settings
+# -- recommended but optional:
+python_files = tests.py test_*.py *_tests.py