Added basic tests using hypothesis, closes #180

This commit is contained in:
Simon Willison 2020-10-18 21:51:50 -07:00
commit 0b5edd6469
2 changed files with 44 additions and 1 deletions

View file

@ -25,7 +25,7 @@ setup(
install_requires=["click", "click-default-group", "tabulate"],
setup_requires=["pytest-runner"],
extras_require={
"test": ["pytest", "black"],
"test": ["pytest", "black", "hypothesis"],
"docs": ["sphinx_rtd_theme", "sphinx-autobuild"],
},
entry_points="""