diff --git a/exercises/python-helloworld/test_with_pytest.py b/exercises/python-helloworld/test_with_pytest.py new file mode 100644 index 000000000..a85ca30ed --- /dev/null +++ b/exercises/python-helloworld/test_with_pytest.py @@ -0,0 +1,2 @@ +def test_always_passes(): + assert True \ No newline at end of file