-
Notifications
You must be signed in to change notification settings - Fork 24
Adding simple unit tests that use the full CLI #46
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
Conversation
leakec
commented
Nov 15, 2025
- Similar to the sample_header_test, but this uses the full CLI rather than extracting via the Python API.
- Also, adds a test where the header has spaces in the name.
Refactor tests to use tmp_path for temporary files and subprocess for command execution.
|
@henryiii Looks great to me, thanks for the improved changes. Out of curiosity, how did you know to use |
|
I think it was from type checkers originally not having |
|
Thanks! |
Ahh gotcha, makes sense. Thanks! |