mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Initial unit tests against our Sanic app
Refs #50 I had to disable the build metadata function to get these tests to work sensibly. I need to completely rethink how that mechanism works.
This commit is contained in:
parent
3280972c89
commit
407795b612
3 changed files with 65 additions and 2 deletions
5
setup.py
5
setup.py
|
|
@ -18,5 +18,8 @@ setup(
|
|||
datasette=datasette.cli:cli
|
||||
''',
|
||||
setup_requires=['pytest-runner'],
|
||||
tests_require=['pytest'],
|
||||
tests_require=[
|
||||
'pytest==3.2.3',
|
||||
'aiohttp==2.3.2',
|
||||
],
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue