Skip to content

Rename test file so it would match autodiscovery glob #13175

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 1 commit into from
Jul 18, 2022

Conversation

evemorgen
Copy link
Contributor

Description

This PR resolves the issue with two missing tests that were pointed out here. The reason the two tests were missing was that there was a typo (semenal-literal.test → semanal-literal.test) in the test filename that didn't match glob autodiscovery pattern.

Test Plan

The number of tests run/collected should be the same as before the #13143 PR. To confirm that we no longer miss any tests we will compare current CI output with the one before #13143, https://github.com/python/mypy/pull/13157/checks for example

@github-actions
Copy link
Contributor

According to mypy_primer, this change has no effect on the checked open source code. 🤖🎉

Copy link
Collaborator

@hauntsaninja hauntsaninja left a comment

Choose a reason for hiding this comment

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

Awesome work, thanks for figuring this out!! :-)

@hauntsaninja hauntsaninja merged commit b8bad23 into python:master Jul 18, 2022
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