diff options
| author | Bobby <[email protected]> | 2022-08-30 18:13:03 -0400 |
|---|---|---|
| committer | Bobby <[email protected]> | 2022-08-30 18:13:03 -0400 |
| commit | b2026facd54d94c2145c48eeaac779672b0d9e80 (patch) | |
| tree | 3cd70e0fdff96ce26d009a75156ab752a84a2d74 /tests | |
| download | edify-b2026facd54d94c2145c48eeaac779672b0d9e80.tar.xz edify-b2026facd54d94c2145c48eeaac779672b0d9e80.zip | |
Add initial project skeleton.
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/test_edify.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/test_edify.py b/tests/test_edify.py new file mode 100644 index 0000000..0aea1ab --- /dev/null +++ b/tests/test_edify.py @@ -0,0 +1,6 @@ + +from edify import main + + +def test_main(): + pass |
