Skip to content

Commit 86398c4

Browse files
committed
add: test
1 parent a2cd117 commit 86398c4

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

dist/scikit_geometry-0.0.1.tar.gz

71 Bytes
Binary file not shown.

tests/test_simple.py

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# create simple test case
2+
# run: python -m unittest tests/test_simple.py
3+
4+
def test_simple():
5+
assert 1 == 1

0 commit comments

Comments
 (0)