Przeglądaj źródła

HUE-9483 [test] Adding pytest configuration

Romain 5 lat temu
rodzic
commit
15a321b919
1 zmienionych plików z 4 dodań i 0 usunięć
  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