mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Started unit tests for row/table HTML pages
Refs #167 Thanks to the new tests, spotted and fixed a bug where pages that were supposed to have 100 things on them were actually displaying 101.
This commit is contained in:
parent
3f2fed1093
commit
7a7e4b2ed8
3 changed files with 75 additions and 1 deletions
1
setup.py
1
setup.py
|
|
@ -26,6 +26,7 @@ setup(
|
|||
tests_require=[
|
||||
'pytest==3.2.1',
|
||||
'aiohttp==2.3.2',
|
||||
'beautifulsoup4==4.6.0',
|
||||
],
|
||||
classifiers=[
|
||||
'Development Status :: 3 - Alpha',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue