mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-07-24 18:04:32 +02:00
Added basic tests using hypothesis, closes #180
This commit is contained in:
parent
47af71f603
commit
0b5edd6469
2 changed files with 44 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -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="""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue