Skip to content

Commit

Permalink
added SLEEP to function mappings
Browse files Browse the repository at this point in the history
  • Loading branch information
FIREdog5 committed May 29, 2021
1 parent 95229aa commit 5f1472e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion shepherd/Tester.py
Original file line number Diff line number Diff line change
Expand Up @@ -713,7 +713,9 @@ def main():
'PASS': pass_function,
'FAIL': fail_function,
'ASSERT': assert_function,
'##': lambda line: None}
'##': lambda line: None,
'SLEEP': sleep_function
}

if __name__ == '__main__':
"""
Expand Down

0 comments on commit 5f1472e

Please sign in to comment.