mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-29 13:48:49 +07:00
GitOrigin-RevId: fd52ace3d7a32ecd02c2c5ab90e077967604c15e
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
|