mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-26 19:06:24 +07:00
Fix tests: merge two tests and do not step into library files in tests because of allowed roots check
This commit is contained in:
@@ -3,7 +3,7 @@ from calendar import setfirstweekday
|
||||
def foo(x):
|
||||
return x + 1
|
||||
|
||||
foo(2)
|
||||
x = foo(2)
|
||||
stopped_in_user_file = True
|
||||
setfirstweekday(3)
|
||||
x = 9
|
||||
Reference in New Issue
Block a user