Skip to content

Commit ae262ee

Browse files
Add example_* search pattern to pytest config
1 parent ed1a77b commit ae262ee

File tree

7 files changed

+6
-0
lines changed

7 files changed

+6
-0
lines changed

pyproject.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,3 +65,9 @@ max_line_length = 120
6565
in-place = true
6666
recursive = true
6767
aggressive = 3
68+
69+
[tool.pytest.ini_options]
70+
minversion = "6.0"
71+
python_files=[
72+
"test_*.py",
73+
"example_*.py"]

0 commit comments

Comments
 (0)