Adding simple unit tests that use the full CLI#46
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! |