1
0
mirror of https://github.com/rancher/os.git synced 2025-09-08 10:11:46 +00:00

rename tests package to rostest

This commit is contained in:
Ivan Mikushin
2015-11-18 14:27:54 +05:00
parent b886bce539
commit 3395ede89d
12 changed files with 9 additions and 9 deletions

View File

@@ -0,0 +1,6 @@
def func(x):
return x + 1
def test_answer():
assert func(3) == 4