fix variables

fix variables
This commit is contained in:
jnfire
2022-08-01 15:52:14 +02:00
parent 128271411d
commit 86ee2172d3
9 changed files with 41 additions and 21 deletions

0
test/__ini__.py Normal file
View File

4
test/test_start.py Normal file
View File

@ -0,0 +1,4 @@
def test_hello_world():
assert "hello_world" == "hello_world"
assert "foo" != "bar"