Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
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
{{ message }}
csernazs
/
pytest-httpserver
Public
Notifications
You must be signed in to change notification settings
Fork
30
Star
253
Code
Issues
12
Pull requests
3
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
pytest-httpserver
pytest_httpserver
on
1.0.10
User selector
All users
All time
Commit history
Commits on Feb 17, 2024
ruff: fix pytest.fixture decorator
csernazs
committed
3edeaa7
View commit details
Copy full SHA for 3edeaa7
View code at this point
Browse repository at this point
ruff: fix string formatting
csernazs
committed
2489956
View commit details
Copy full SHA for 2489956
View code at this point
Browse repository at this point
ruff: use in/not in instead of complex logical expression
csernazs
committed
d9985ce
View commit details
Copy full SHA for d9985ce
View code at this point
Browse repository at this point
ruff: use kwarg for boolean calling
csernazs
committed
f2feac5
View commit details
Copy full SHA for f2feac5
View code at this point
Browse repository at this point
ruff: add noqa for unused arguments
csernazs
committed
37e868e
View commit details
Copy full SHA for 37e868e
View code at this point
Browse repository at this point
ruff: rename callable to func
csernazs
committed
9963713
View commit details
Copy full SHA for 9963713
View code at this point
Browse repository at this point
ruff: add noqa for exceptions f-string
csernazs
committed
d9e3ecb
View commit details
Copy full SHA for d9e3ecb
View code at this point
Browse repository at this point
ruff: remove pass statements
csernazs
committed
0a027d7
View commit details
Copy full SHA for 0a027d7
View code at this point
Browse repository at this point
ruff: type annotations fixes
csernazs
committed
9367682
View commit details
Copy full SHA for 9367682
View code at this point
Browse repository at this point
ruff: use TYPE_CHECKING for ssl and werkzeug
csernazs
committed
ee928ec
View commit details
Copy full SHA for ee928ec
View code at this point
Browse repository at this point
ruff: add noqa FBT001
csernazs
committed
f959d06
View commit details
Copy full SHA for f959d06
View code at this point
Browse repository at this point
ruff: add future import annotations, exclude files
csernazs
committed
a8014c5
View commit details
Copy full SHA for a8014c5
View code at this point
Browse repository at this point
Commits on Feb 16, 2024
HTTPServerBase: change Request to be more verbose respond_nohandler
Show description for 2bf432f
wouterklouwen-youview
authored and
csernazs
committed
2bf432f
View commit details
Copy full SHA for 2bf432f
View code at this point
Browse repository at this point
Commits on Feb 13, 2024
RequestHandler: add __repr__
Show description for 623dfea
csernazs
committed
623dfea
View commit details
Copy full SHA for 623dfea
View code at this point
Browse repository at this point
Commits on Jan 5, 2024
doc: add notes about defining responses for the expected requests
csernazs
committed
b374235
View commit details
Copy full SHA for b374235
View code at this point
Browse repository at this point
Commits on Oct 3, 2023
pytest_httpserver/httpserver.py: make mypy compatible with werkzeug 3.0.0
Show description for 131bb3c
csernazs
committed
131bb3c
View commit details
Copy full SHA for 131bb3c
View code at this point
Browse repository at this point
Commits on May 16, 2023
httpserver: follow-up werkzeug's header type change
csernazs
committed
81c15ef
View commit details
Copy full SHA for 81c15ef
View code at this point
Browse repository at this point
httpserver.py: fix werkzeug deprecated parse_authorization_header call
Show description for 089511d
csernazs
committed
089511d
View commit details
Copy full SHA for 089511d
View code at this point
Browse repository at this point
httpserver.py: remove the now deprecated werkzeug.urls.url_decode call
csernazs
committed
0eb6fa3
View commit details
Copy full SHA for 0eb6fa3
View code at this point
Browse repository at this point
Commits on Feb 3, 2023
formatting: reformat code with the new black
csernazs
committed
5535429
View commit details
Copy full SHA for 5535429
View code at this point
Browse repository at this point
Commits on Jan 21, 2023
typing: fix HeaderValueMatcher typing
Show description for 3b84156
csernazs
committed
3b84156
View commit details
Copy full SHA for 3b84156
View code at this point
Browse repository at this point
Commits on Sep 25, 2022
httpserver: update docstrings of url_for method
Show description for 79242e4
csernazs
committed
79242e4
View commit details
Copy full SHA for 79242e4
View code at this point
Browse repository at this point
Implemented BaseHTTPServer.__repr__
azmeuk
authored and
csernazs
committed
d505f17
View commit details
Copy full SHA for d505f17
View code at this point
Browse repository at this point
Commits on Sep 24, 2022
Added IPV4 and IPV6 only fixtures
azmeuk
authored and
csernazs
committed
155918b
View commit details
Copy full SHA for 155918b
View code at this point
Browse repository at this point
Commits on Sep 5, 2022
doc: fix and update documentation
Show description for 407ccfe
csernazs
committed
407ccfe
View commit details
Copy full SHA for 407ccfe
View code at this point
Browse repository at this point
httpserver: replace **kwargs with named parameters
Show description for ede83e6
csernazs
committed
ede83e6
View commit details
Copy full SHA for ede83e6
View code at this point
Browse repository at this point
blocking_http_server: rename classes and module
Show description for b59c63a
csernazs
committed
b59c63a
View commit details
Copy full SHA for b59c63a
View code at this point
Browse repository at this point
Commits on Sep 2, 2022
pytest_httpserver: extend `HttpServerBase` to support writing behave test steps in real order
Show description for c0a581f
matez0
authored and
csernazs
committed
c0a581f
View commit details
Copy full SHA for c0a581f
View code at this point
Browse repository at this point
pytest_httpserver: separate base server with error handling to be able to extend it
matez0
authored and
csernazs
committed
9fd4de1
View commit details
Copy full SHA for 9fd4de1
View code at this point
Browse repository at this point
pytest_httpserver: separate functional interface from `RequestHandler`
Show description for bcdbd29
matez0
authored and
csernazs
committed
bcdbd29
View commit details
Copy full SHA for bcdbd29
View code at this point
Browse repository at this point
Commits on Jul 12, 2022
apply all hooks
beliaev-maksim
authored and
csernazs
committed
4ce7da8
View commit details
Copy full SHA for 4ce7da8
View code at this point
Browse repository at this point
Commits on Jun 5, 2022
respond_with_data: fix headers type hinting
Show description for 8704fb0
csernazs
committed
8704fb0
View commit details
Copy full SHA for 8704fb0
View code at this point
Browse repository at this point
Commits on Apr 25, 2022
doc: fix documentation refereces
Show description for 574f703
csernazs
committed
574f703
View commit details
Copy full SHA for 574f703
View code at this point
Browse repository at this point
Commits on Feb 26, 2022
Fix typos
kianmeng
authored and
csernazs
committed
c8bfbb1
View commit details
Copy full SHA for c8bfbb1
View code at this point
Browse repository at this point
Commits on Jan 26, 2022
Fix mypy error when trying to update HeaderValueMatcher.DEFAULT_MATCHERS (#94)
Show description for 55b776f
MaxShvets
authored
55b776f
View commit details
Copy full SHA for 55b776f
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.