diff --git a/tests/test_placeholder.py b/tests/test_placeholder.py new file mode 100644 index 000000000..e81b0d2e1 --- /dev/null +++ b/tests/test_placeholder.py @@ -0,0 +1,4 @@ +# This test does nothing. It just lets us right click and run all tests straight from the `tests` folder. + +def test_nothing(): + assert True