mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-31 14:58:25 -04:00
feat: Add pytest and initial tests
This commit is contained in:
parent
ea93e05c3c
commit
63fe19e2c2
3 changed files with 64 additions and 0 deletions
3
setup.py
3
setup.py
|
@ -65,6 +65,9 @@ setuptools.setup(
|
|||
"sphinx-rtd-theme",
|
||||
"recommonmark",
|
||||
],
|
||||
"test": [
|
||||
"pytest"
|
||||
]
|
||||
# 'redis': ['redis', 'django-redis'],
|
||||
# 'pywb': ['pywb', 'redis'],
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue