Skip to content

Commit 1ddae8f

Browse files
committed
Introduce pytest
1 parent 0251a56 commit 1ddae8f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

81 files changed

+5
-0
lines changed

pytest.ini

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[pytest]
2+
pythonpath = scripts
3+
python_files = scripts/*.py
4+
python_functions = test_*
5+
norecursedirs = examples files_for_examples modules plugins
File renamed without changes.

scripts/__init__.py

Whitespace-only changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)