Skip to content
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

chore: fix typo in test_omnienv_no_such_command.py #1390

Closed
wants to merge 1 commit into from

Conversation

eltociear
Copy link

intall -> install

Copy link
Collaborator

@scorphus scorphus left a comment

Choose a reason for hiding this comment

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

Those are all part of tests for such cases, with a typo 😉

@@ -26,7 +26,7 @@ def Popen(mocker):

@pytest.mark.parametrize('script, pyenv_cmd', [
('pyenv globe', 'globe'),
('pyenv intall 3.8.0', 'intall'),
('pyenv install 3.8.0', 'install'),
Copy link
Collaborator

Choose a reason for hiding this comment

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

To better understand the usage of pyenv_cmd, check the output fixture up top.

@scorphus
Copy link
Collaborator

Closing this as all typos are on purpose.

@scorphus scorphus closed this Jul 12, 2023
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.

None yet

2 participants