You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Extend test suite and remove deprecated code (#133)
* #45: features.rst, add 'HTTP Request' section
* #45: features.rst, provide alternative, self contained example
* #45: features.rst, remove dummy data
* #45: features.rst, add newline at start of code example
* #45: features.rst, reduce example syntax
* update coverage run instructions to use pytest-cov
* add changelog entry
* use pytest command instead of py.test
* move deprecation decorator to new _internal.py module
* update pre-commit hooks
* move LiveServer class from fixtures.py to a separate module
* move helper functions to _internal.py
* update tox.ini and coverage instructions to include imports
* ommit unused port variable
* move json response tests to separate module
* remove philosophical contemplation of existence
* remove deprecation test
* remove test for deprecated method
* remove deprecated LiveServer.url
* update coverage instructions to account for multiprocessing
* add .swp files to gitignore
* add new tests for fixtures and deprecation decorator
* add test for possible exception in liveserver._stop_cleanly()
* remove pytest-cov
* update for werkzeug 2.0.0
* fix deprecation warning
* remove old py2 code
* remove JSONResponse.json
* adjust test for response overwriting
* skip coverage on old compat function
* update docs
* update changelog
* fix doc typos
Co-authored-by: jeff levesque <[email protected]>
Co-authored-by: Gabriel Fioravante <[email protected]>
0 commit comments