This repository has been archived by the owner on Aug 2, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
System Tests for unhandled exceptions (#669)
* tests for unhandled exceptions * Test source and fix linter issues
- Loading branch information
1 parent
bf83758
commit 501d163
Showing
2 changed files
with
159 additions
and
36 deletions.
There are no files selected for viewing
3 changes: 3 additions & 0 deletions
3
tests/resources/system_tests/test_exceptions/unhandled_exceptions_launch.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
print('one') | ||
raise ArithmeticError('Hello') | ||
print('two') |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters