1
0
mirror of https://github.com/rancher/os.git synced 2025-07-07 20:08:37 +00:00
os/tests/integration/rancherostest/test_sample.py

7 lines
75 B
Python
Raw Normal View History

2015-05-06 13:23:16 +00:00
def func(x):
return x + 1
def test_answer():
assert func(3) == 4