Skip to content

Commit 4ac6a7d

Browse files
committed
[test] Testing change for app
1 parent b7a221c commit 4ac6a7d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

hands_on/test.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
from exercise_utils.cli import run_command
2+
from exercise_utils.gitmastery import create_start_tag
3+
4+
__requires_git__ = True
5+
__requires_github__ = False
6+
7+
8+
def download(verbose: bool):
9+
raise Exception("this should not work")

0 commit comments

Comments
 (0)