Skip to content

Commit 51f9582

Browse files
committed
WIP add tests
1 parent 5e6e593 commit 51f9582

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -163,3 +163,6 @@ cython_debug/
163163

164164
# terminalizer
165165
images/*.yml
166+
167+
# Unofficial tests
168+
tests/_*/**

pytest.ini

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[pytest]
2+
python_files = test_*.py
3+
testpaths = tests

0 commit comments

Comments
 (0)