Skip to content

Commit 3b0bc12

Browse files
authored
Create test_example.py
Add unit tests in test_example.py for AI Object Recognition project
1 parent f8a4fa2 commit 3b0bc12

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/test_example.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# test_example.py
2+
def test_addition():
3+
assert 1 + 1 == 2

0 commit comments

Comments
 (0)