Skip to content

typing: minor improvements #6509

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jan 19, 2020
Merged

typing: minor improvements #6509

merged 3 commits into from
Jan 19, 2020

Conversation

blueyed
Copy link
Contributor

@blueyed blueyed commented Jan 19, 2020

Taken out of #6449.

@@ -378,6 +379,7 @@ class Session(nodes.FSCollector):
Interrupted = Interrupted
Failed = Failed
_setupstate = None # type: SetupState
_fixturemanager = None # type: FixtureManager
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since _fixturemanager is nowhere to be seen in this file, a comment Set on the session by pytest_sessionstart(). would be very helpful here.

@blueyed blueyed merged commit 32b62f7 into pytest-dev:master Jan 19, 2020
@blueyed blueyed deleted the typing-minor branch January 19, 2020 10:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants