update code and fix errors

update code and fix errors
This commit is contained in:
jnfire
2022-08-02 08:56:21 +02:00
parent fc650af1b7
commit ae2758a44f
18 changed files with 72 additions and 59 deletions

0
tests/__ini__.py Normal file
View File

3
tests/test_start.py Normal file
View File

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