Skip to content

Commit 7297a01

Browse files
speleo3pslacerda1
authored andcommitted
Introduce pytest
Co-authored-by: Pedro Lacerda <[email protected]>
1 parent 5a50090 commit 7297a01

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

pytest.ini

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
[pytest]
2+
addopts =
3+
--ignore-glob=_*
4+
--import-mode=importlib
5+
pythonpath = .
6+
python_files = *.py
7+
python_functions = test_*
8+
norecursedirs = examples files_for_examples modules plugins

0 commit comments

Comments
 (0)