Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
vvvvadim authored Dec 15, 2024
1 parent 7ab7219 commit 8013a9a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Empty file added tests/__init__.py
Empty file.
5 changes: 5 additions & 0 deletions tests/test_application.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
from src.main import sum_two

def test_hello_thing():
result = sum_two(1, 2)
assert result == 3

0 comments on commit 8013a9a

Please sign in to comment.