aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorBobby <[email protected]>2022-08-30 19:59:24 -0400
committerBobby <[email protected]>2022-08-30 19:59:24 -0400
commitc84e478f17ca4784a20aa842c2c10469c6a2379f (patch)
treec690f31186c639bc742dd5082dba02231c7094f4 /tests
parent93377ec71c4c31c8edeae09ac5a00df7eeed1970 (diff)
downloadedify-c84e478f17ca4784a20aa842c2c10469c6a2379f.tar.xz
edify-c84e478f17ca4784a20aa842c2c10469c6a2379f.zip
Fixing Checks
Diffstat (limited to 'tests')
-rw-r--r--tests/test_edify.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_edify.py b/tests/test_edify.py
index 7dcadb9..bb81dbc 100644
--- a/tests/test_edify.py
+++ b/tests/test_edify.py
@@ -1,4 +1,5 @@
from edify.main import main
+
def test_main():
assert main() == 0