mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-08 15:09:39 +07:00
IDEA-CR-53093: PY-37226 Revert pydev prefix for test directories
GitOrigin-RevId: 3d4abb05167e85cb44720e36d0fa3b949f199f30
This commit is contained in:
committed by
intellij-monorepo-bot
parent
20597fd799
commit
626a14835a
15
python/helpers/pydev/pydev_tests_python/_debugger_case20.py
Normal file
15
python/helpers/pydev/pydev_tests_python/_debugger_case20.py
Normal file
@@ -0,0 +1,15 @@
|
||||
def fn_with_except():
|
||||
try:
|
||||
raise Exception()
|
||||
except:
|
||||
pass
|
||||
|
||||
|
||||
def test_except():
|
||||
fn_with_except()
|
||||
fn_with_except()
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
test_except()
|
||||
print('TEST SUCEEDED')
|
||||
Reference in New Issue
Block a user