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