소스 검색

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