diff --git a/tests/test_hello_world.py b/tests/test_hello_world.py new file mode 100644 index 00000000..608cef36 --- /dev/null +++ b/tests/test_hello_world.py @@ -0,0 +1,2 @@ +def test(): + assert 1 == 1