mirror of
https://github.com/openzim/zimit.git
synced 2025-12-31 04:23:15 +00:00
Adopt Python bootstrap conventions
This commit is contained in:
parent
343fb7e770
commit
c0ffb74d8c
18 changed files with 661 additions and 140 deletions
6
tests/test_dummy.py
Normal file
6
tests/test_dummy.py
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue