File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ language : python
2+ python :
3+ - " 3.4"
4+ - " 3.5"
5+ - " 3.6"
6+ - " nightly"
7+ install :
8+ - pip install -e . --upgrade -r requirements.txt -r requirements-test.txt
9+ script :
10+ - pytest -vv tests
Original file line number Diff line number Diff line change 1+ .. image :: https://travis-ci.org/csernazs/pytest-httpserver.svg?branch=master
2+ :target: https://travis-ci.org/csernazs/pytest-httpserver
3+
14pytest_httpserver
25=================
36HTTP server for pytest
Original file line number Diff line number Diff line change 1+ pytest
2+ pytest-cov
3+ coverage
4+ requests
Original file line number Diff line number Diff line change 1+ typing ; python_version < '3.5'
12werkzeug == 0.14.1
Original file line number Diff line number Diff line change 2424 "Operating System :: OS Independent" ,
2525 "Programming Language :: Python" ,
2626 "Programming Language :: Python :: 3" ,
27- "Programming Language :: Python :: 3.3" ,
2827 "Programming Language :: Python :: 3.4" ,
2928 "Programming Language :: Python :: 3.5" ,
3029 "Programming Language :: Python :: 3.6" ,
You can’t perform that action at this time.
0 commit comments