We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2cd117 commit 86398c4Copy full SHA for 86398c4
dist/scikit_geometry-0.0.1.tar.gz
71 Bytes
tests/test_simple.py
@@ -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