Improve documentation for some modules

This commit is contained in:
Dima Gerasimov 2020-05-17 21:56:58 +01:00
parent c07ea0a600
commit 2a9fd54c12
7 changed files with 198 additions and 66 deletions

7
tests/hypothesis.py Normal file
View 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