fix variables
fix variables
This commit is contained in:
0
test/__ini__.py
Normal file
0
test/__ini__.py
Normal file
4
test/test_start.py
Normal file
4
test/test_start.py
Normal file
@ -0,0 +1,4 @@
|
||||
|
||||
def test_hello_world():
|
||||
assert "hello_world" == "hello_world"
|
||||
assert "foo" != "bar"
|
Reference in New Issue
Block a user