Closed
Description
Given the complexity of some of the tests, it would be a good idea to test that they are actually testing what we expect. This entails two things
- Faking out modules with all the known errors and making sure that the corresponding test fails as expected
- Faking out a module that doesn't give any errors
I don't actually know how to do the first one. Can pytest be used as a library, to run just a single test?
For the second one, I don't know if we can actually do it. It would amount to writing a module that actually conforms to the spec. Such an endeavor might be out of scope for this project.
Metadata
Metadata
Assignees
Labels
No labels