From b2026facd54d94c2145c48eeaac779672b0d9e80 Mon Sep 17 00:00:00 2001 From: Bobby Date: Tue, 30 Aug 2022 18:13:03 -0400 Subject: Add initial project skeleton. --- tests/test_edify.py | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 tests/test_edify.py (limited to 'tests/test_edify.py') 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 -- cgit v1.2.3