Skip to content

Commit 4cb7240

Browse files
authored
Rename test_main.py to tests/test_main.py
1 parent 45fe3dc commit 4cb7240

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test_main.py renamed to tests/test_main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,4 +70,4 @@ def test_send_draft(self):
7070
self.assertIn("Draft with ID 999 not found.", result.stdout)
7171

7272
if __name__ == "__main__":
73-
unittest.main()
73+
unittest.main()

0 commit comments

Comments
 (0)