1
0
mirror of https://github.com/rancher/os.git synced 2025-07-11 13:53:04 +00:00
os/tests/integration/rostest/test_sample.py
2015-11-18 14:37:38 +05:00

7 lines
75 B
Python

def func(x):
return x + 1
def test_answer():
assert func(3) == 4