diff --git a/tests/example-test.py b/tests/example-test.py new file mode 100644 index 0000000..32daea0 --- /dev/null +++ b/tests/example-test.py @@ -0,0 +1,3 @@ +# This test should be deleted, its only there to make pytest work to begin with (until real tests are added) +def test_example(): + assert 1 == 1