Add test for basic math

This commit is contained in:
2024-10-31 16:21:59 -04:00
parent 984721f02b
commit 25ee4ae32c
+2
View File
@@ -0,0 +1,2 @@
def test_basic_math():
assert 1 + 1 == 2