-
Notifications
You must be signed in to change notification settings - Fork 30
Comparing changes
Open a pull request
base repository: csernazs/pytest-httpserver
base: 1.0.0
head repository: csernazs/pytest-httpserver
compare: 1.0.2
- 18 commits
- 15 files changed
- 3 contributors
Commits on Jun 14, 2021
-
Add a howto entry on how to create an HTTPS server
I had to implement this for `vdirsyncer`'s test suite, and this might save the next person needing it some headaches.
Configuration menu - View commit details
-
Copy full SHA for 226f2a6 - Browse repository at this point
Copy the full SHA 226f2a6View commit details
Commits on Jul 22, 2021
-
Configuration menu - View commit details
-
Copy full SHA for f8b88c5 - Browse repository at this point
Copy the full SHA f8b88c5View commit details -
howto.rst: add a chapter about dual-stack support
There was a strange issue with dual-stack, so the documentation is updated. Fixes #61
Configuration menu - View commit details
-
Copy full SHA for d98a6c4 - Browse repository at this point
Copy the full SHA d98a6c4View commit details
Commits on Jul 29, 2021
-
httpserver: propagate event handler exceptions to httpserver (#64)
* httpserver: propagate event handler exceptions to httpserver * fix import error and add check() method
Configuration menu - View commit details
-
Copy full SHA for 20e1454 - Browse repository at this point
Copy the full SHA 20e1454View commit details
Commits on Aug 1, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 5a2dd4d - Browse repository at this point
Copy the full SHA 5a2dd4dView commit details
Commits on Aug 2, 2021
-
howto.rst: add text about using custom request handlers
This has been improved recently to handle assertion errors and to be able to obtain the unhandled exceptions, so this is now documented.
Configuration menu - View commit details
-
Copy full SHA for 09bf47c - Browse repository at this point
Copy the full SHA 09bf47cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f83ff4 - Browse repository at this point
Copy the full SHA 0f83ff4View commit details
Commits on Aug 6, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 45655dd - Browse repository at this point
Copy the full SHA 45655ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8058767 - Browse repository at this point
Copy the full SHA 8058767View commit details
Commits on Oct 3, 2021
-
Configuration menu - View commit details
-
Copy full SHA for e910eba - Browse repository at this point
Copy the full SHA e910ebaView commit details
Commits on Oct 16, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 958cf5b - Browse repository at this point
Copy the full SHA 958cf5bView commit details -
This file is required to enable type checkers to use the type hints defined in this library. Fixes #65.
Configuration menu - View commit details
-
Copy full SHA for f86f16f - Browse repository at this point
Copy the full SHA f86f16fView commit details -
pytest_httpserver: add type checking with mypy
Add mypy to dev dependencies and wire it in to gitlab actions. Fix type annotations (currently without "--strict"). Fixes #65.
Configuration menu - View commit details
-
Copy full SHA for ee0b1f6 - Browse repository at this point
Copy the full SHA ee0b1f6View commit details -
setup.py: remove python 3.4 and 3.5 support
The reason of this removal is the type hinting syntax introduced in python 3.6, which is added in the previous commit. Python 3.5 reached end of life in September of 2020, no longer receiving security fixes so users using it are encouraged to move forward.
Configuration menu - View commit details
-
Copy full SHA for a387f32 - Browse repository at this point
Copy the full SHA a387f32View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a4d8b8 - Browse repository at this point
Copy the full SHA 5a4d8b8View commit details
Commits on Oct 18, 2021
-
scripts/release.py: add script to help releasing
This will do git tagging and changelog generation and others, but does not push anything to anywhere. Also, no pypi upload (yet!).
Configuration menu - View commit details
-
Copy full SHA for 584ff0e - Browse repository at this point
Copy the full SHA 584ff0eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c3db06 - Browse repository at this point
Copy the full SHA 2c3db06View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d1f699 - Browse repository at this point
Copy the full SHA 4d1f699View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 1.0.0...1.0.2