mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 22:51:17 +07:00
11 lines
110 B
Python
11 lines
110 B
Python
|
|
|
|
def test_func1():
|
|
a = 1
|
|
assert a == 1 # breakpoint
|
|
|
|
|
|
def test_func2():
|
|
b = 2
|
|
assert b == 2
|