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
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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
pytest-dev
/
pytest
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
3.3k
Star
14.4k
Code
Issues
684
Pull requests
127
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
Type-annotate pytest.{exit,skip,fail,xfail,importorskip,warns,raises}
- #5593
#5593
Merged
bluetech
merged 10 commits into
pytest-dev:features
pytest-dev/pytest:features
from
bluetech:type-annotations-1
bluetech/pytest:type-annotations-1
Copy head branch name to clipboard
Jul 16, 2019
Conversation
Commits
10
(10)
Checks
Files changed
Merged
Type-annotate pytest.{exit,skip,fail,xfail,importorskip,warns,raises}
#5593
bluetech
merged 10 commits into
pytest-dev:features
pytest-dev/pytest:features
from
bluetech:type-annotations-1
bluetech/pytest:type-annotations-1
Copy head branch name to clipboard
Commits
Commits on Jul 10, 2019
Remove references to old-style classes in a couple error messages
Show description for f7747f5
bluetech
committed
f7747f5
View commit details
Copy full SHA for f7747f5
Browse repository at this point
Commits on Jul 14, 2019
Use flake8's extend-ignore instead of ignore
Show description for 35a57a0
bluetech
committed
35a57a0
View commit details
Copy full SHA for 35a57a0
Browse repository at this point
Revert "Let context-managers for raises and warns handle unknown keyword arguments"
Show description for 866904a
bluetech
committed
866904a
View commit details
Copy full SHA for 866904a
Browse repository at this point
Type-annotate pytest.{exit,skip,fail,xfail,importorskip}
bluetech
committed
d7ee3da
View commit details
Copy full SHA for d7ee3da
Browse repository at this point
Type-annotate pytest.warns
bluetech
committed
2dca68b
View commit details
Copy full SHA for 2dca68b
Browse repository at this point
Type-annotate ExceptionInfo
bluetech
committed
55a570e
View commit details
Copy full SHA for 55a570e
Browse repository at this point
Type-annotate pytest.raises
bluetech
committed
56dcc9e
View commit details
Copy full SHA for 56dcc9e
Browse repository at this point
Make ExceptionInfo generic in the exception type
Show description for 14bf4cd
bluetech
committed
14bf4cd
View commit details
Copy full SHA for 14bf4cd
Browse repository at this point
Rework ExceptionInfo to not require manual __init__ call
Show description for 3f1fb62
bluetech
committed
3f1fb62
View commit details
Copy full SHA for 3f1fb62
Browse repository at this point
Allow creating ExceptionInfo from existing exc_info for better typing
Show description for 11f1f79
bluetech
committed
11f1f79
View commit details
Copy full SHA for 11f1f79
Browse repository at this point
You can’t perform that action at this time.