Skip to content

Commit

Permalink
Add test_decorators.py
Browse files Browse the repository at this point in the history
  • Loading branch information
maryjess committed Oct 3, 2024
1 parent 950c807 commit 6eeb497
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions decorators.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ def wrapper(*args, **kwargs):
def get_input(prompt):
return input(prompt)

# Example test case for age
age = get_input("Enter your age: ")
Empty file added tests/test_decorators.py
Empty file.

0 comments on commit 6eeb497

Please sign in to comment.