feat: Add pytest and initial tests

This commit is contained in:
Cristian 2020-07-03 11:52:57 -05:00
parent ea93e05c3c
commit 63fe19e2c2
3 changed files with 64 additions and 0 deletions

View file

@ -65,6 +65,9 @@ setuptools.setup(
"sphinx-rtd-theme",
"recommonmark",
],
"test": [
"pytest"
]
# 'redis': ['redis', 'django-redis'],
# 'pywb': ['pywb', 'redis'],
},