Skip to content

Commit

Permalink
tests folders and test files
Browse files Browse the repository at this point in the history
  • Loading branch information
bahremsd committed Dec 16, 2024
1 parent f085e60 commit 6ce4d21
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Empty file added __init__.py
Empty file.
5 changes: 5 additions & 0 deletions tests/test_tmm.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
def test_addition():
assert 2 + 2 == 4

def test_subtraction():
assert 5 - 3 == 2

0 comments on commit 6ce4d21

Please sign in to comment.