aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorBobby <[email protected]>2022-08-30 18:13:03 -0400
committerBobby <[email protected]>2022-08-30 18:13:03 -0400
commitb2026facd54d94c2145c48eeaac779672b0d9e80 (patch)
tree3cd70e0fdff96ce26d009a75156ab752a84a2d74 /tests
downloadedify-b2026facd54d94c2145c48eeaac779672b0d9e80.tar.xz
edify-b2026facd54d94c2145c48eeaac779672b0d9e80.zip
Add initial project skeleton.
Diffstat (limited to 'tests')
-rw-r--r--tests/test_edify.py6
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