circuit-maintenance-parser
circuit-maintenance-parser copied to clipboard
Automated unit test cases from test data
Environment
- circuit_maintenance_parser version: 2.0.8
Proposed Functionality
Automated Parser/End-to-end test discoverability, so the test cases could be automatically discovered following some pattern
Use Case
Simplify development time, by dynamically fetching test cases, so no need to manually explicit them,
@scetron what do you think about this:
- We know all the
Providersthat are exposed - In the parametrized tests, instead of defining the pairing of test/result, we could use a folder structure
- Each
Providershould have a folder, with a test input and result, matching some convention
This would get rid of manually adding the tests, and more important, it will catch any Provider missing tests, automatically.
Obviously, for some Providers that share input data, we would create symlinks