Skip to content

Commit

Permalink
Add test directory
Browse files Browse the repository at this point in the history
  • Loading branch information
razor-x committed Jun 7, 2024
1 parent 26ded0e commit c5d1027
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Empty file added test/__init__.py
Empty file.
5 changes: 5 additions & 0 deletions test/todo_test.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
from makenew_pypackage import todo


def test_todo():
assert todo(True) is True

0 comments on commit c5d1027

Please sign in to comment.