Skip to content

Commit

Permalink
pytest ignore dir
Browse files Browse the repository at this point in the history
  • Loading branch information
gleb-sevruk committed Dec 21, 2023
1 parent 3499a62 commit 58fea9b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pytest.ini
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
[pytest]
python_files = test_*.py tests_*.py
norecursedirs = integration_tests/*

markers =
exclude_from_default_run: Marker to exclude tests from the default run.

0 comments on commit 58fea9b

Please sign in to comment.