1
0
mirror of https://github.com/rancher/os.git synced 2025-09-01 14:48:55 +00:00
Files
os/tests/container/rancheros/invmtest/test_sample.py

7 lines
75 B
Python
Raw Normal View History

2015-05-07 17:18:53 +05:00
def func(x):
return x + 1
def test_answer():
assert func(3) == 4