diff options
Diffstat (limited to 'tests/test_alwayspass.py')
-rw-r--r-- | tests/test_alwayspass.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/test_alwayspass.py b/tests/test_alwayspass.py new file mode 100644 index 0000000..7e84d20 --- /dev/null +++ b/tests/test_alwayspass.py @@ -0,0 +1,3 @@ +def test_alwayspass(): + assert 1==1 + |