diff options
| author | Bobby <[email protected]> | 2022-08-30 18:17:40 -0400 |
|---|---|---|
| committer | Bobby <[email protected]> | 2022-08-30 18:17:40 -0400 |
| commit | 8a6d2ea25b9b14ee98714dd1a138c6a1701224b4 (patch) | |
| tree | dbb5a39546012b24250ba205525cbf0ce860e319 /tests | |
| parent | b2026facd54d94c2145c48eeaac779672b0d9e80 (diff) | |
| download | edify-8a6d2ea25b9b14ee98714dd1a138c6a1701224b4.tar.xz edify-8a6d2ea25b9b14ee98714dd1a138c6a1701224b4.zip | |
Added Initial Test
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/test_edify.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_edify.py b/tests/test_edify.py index 0aea1ab..f6d58b1 100644 --- a/tests/test_edify.py +++ b/tests/test_edify.py @@ -1,6 +1,6 @@ -from edify import main +from edify import __main__ def test_main(): - pass + assert __main__.main() == None |
