Skip to content

Commit

Permalink
Create test_application.py
Browse files Browse the repository at this point in the history
  • Loading branch information
vvvvadim authored Dec 15, 2024
1 parent ad8d7ed commit d7207bf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/test_application.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
def test_hello_thing():
result = sum_two(1, 2)
assert result == 3

0 comments on commit d7207bf

Please sign in to comment.