diff --git a/pytest.ini b/pytest.ini index 0aa6c41a..00d6b47a 100644 --- a/pytest.ini +++ b/pytest.ini @@ -1,6 +1,7 @@ [pytest] python_files = tests/test_*.py + tests/bdd_*.py tests/integration_*.py tests/gui_*.py tests/acceptance_*.py