Adopt Python bootstrap conventions

This commit is contained in:
benoit74 2024-01-18 13:27:55 +01:00
parent 343fb7e770
commit c0ffb74d8c
No known key found for this signature in database
GPG key ID: B89606434FC7B530
18 changed files with 661 additions and 140 deletions

6
tests/test_dummy.py Normal file
View file

@ -0,0 +1,6 @@
from zimit.zimit import DEFAULT_USER_AGENT
# dummy test, just to have coverage report done
def test_default_user_agent():
assert DEFAULT_USER_AGENT