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:
6
tests/integration/rostest/test_sample.py
Normal file
6
tests/integration/rostest/test_sample.py
Normal file
@@ -0,0 +1,6 @@
|
||||
def func(x):
|
||||
return x + 1
|
||||
|
||||
|
||||
def test_answer():
|
||||
assert func(3) == 4
|
Reference in New Issue
Block a user