Improve documentation for some modules
This commit is contained in:
parent
c07ea0a600
commit
2a9fd54c12
7 changed files with 198 additions and 66 deletions
7
tests/hypothesis.py
Normal file
7
tests/hypothesis.py
Normal file
|
@ -0,0 +1,7 @@
|
|||
#!/usr/bin/env python3
|
||||
|
||||
from my.hypothesis import pages, highlights
|
||||
|
||||
def test():
|
||||
assert len(list(pages())) > 10
|
||||
assert len(list(highlights())) > 10
|
Loading…
Add table
Add a link
Reference in a new issue