diff --git a/tests/test_basics.py b/tests/test_basics.py new file mode 100644 index 0000000..ca7834a --- /dev/null +++ b/tests/test_basics.py @@ -0,0 +1,2 @@ +def test_basic_math(): + assert 1 + 1 == 2