Skip to content

test: Convert FIREWHEEL CLI tests to pytest style #97

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

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

mitchnegus
Copy link
Member

@mitchnegus mitchnegus commented Mar 27, 2025

This converts tests in test_cli.py to be pytest style.

The size of the resulting test file is substantially reduced, since the new format relies heavily on parametrization across similar tests. It also uses pytest temporary directories provided by the tmp_path fixture to avoid needing to create, write, and reload configurations between tests.

@mitchnegus mitchnegus changed the title Convert FIREWHEEL CLI tests to pytest style test: Convert FIREWHEEL CLI tests to pytest style Mar 27, 2025
@mitchnegus mitchnegus marked this pull request as draft March 27, 2025 18:52
@mitchnegus mitchnegus force-pushed the cli-tests branch 3 times, most recently from d0d8d68 to 972fdfc Compare April 2, 2025 19:50
@mitchnegus mitchnegus force-pushed the cli-tests branch 3 times, most recently from 36419f0 to 54fcdf3 Compare April 9, 2025 19:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant