Skip to content

Commit

Permalink
Update and rename test_app.py to test_main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Nastiiasaenko authored Dec 13, 2023
1 parent dc6473b commit b1cbbbd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
6 changes: 0 additions & 6 deletions test_app.py

This file was deleted.

5 changes: 5 additions & 0 deletions test_main.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
def add_smth(a,b):
return a+b

add_smth(1,2)
print("All tests passed.")

0 comments on commit b1cbbbd

Please sign in to comment.