forked from orbit-oss/flask
add javascript ajax example
This commit is contained in:
parent
d8bf589d48
commit
fce1885f76
21 changed files with 341 additions and 13 deletions
3
tox.ini
3
tox.ini
|
|
@ -31,7 +31,8 @@ deps =
|
|||
|
||||
commands =
|
||||
# the examples need to be installed to test successfully
|
||||
pip install -e examples/tutorial -q
|
||||
pip install -q -e examples/tutorial[test]
|
||||
pip install -q -e examples/javascript[test]
|
||||
|
||||
# pytest-cov doesn't seem to play nice with -p
|
||||
coverage run -p -m pytest tests examples
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue