This website requires JavaScript.
Explore
Help
Sign In
seba
/
servefile
Watch
1
Star
1
Fork
You've already forked servefile
1
Code
Issues
Pull Requests
Releases
Wiki
Activity
e5f9b39025
servefile
/
tox.ini
9 lines
115 B
INI
Raw
Normal View
History
Unescape
Escape
Initial tests
2019-02-10 14:40:11 +01:00
[tox]
envlist
=
py27,py36
[testenv]
deps
=
pytest
requests
tests: Pass additional tox args to pytest This allows to run specific tests e.g. via `tox -e py3 tests/test_servefile.py::test_serve_relative_directory`.
2019-02-24 16:00:38 +01:00
commands
=
pytest --tb=short {posargs}