Run examples as part of test suite
Open
enhancement
- Dominant language
- Python
- Stars
- 743
- Forks
- 150
- Avg merge
- 6d 1h
- Merged PRs (30d)
- 2
Description
The examples can be run during tests to surface errors. This **does not** include making sure the results are correct. This adds another layer of checks to catching any breaking changes to the public API.
A downside is that it lengthens the time it takes to run the test suite. They take approximately 2 minutes and 12 seconds on my machine. This could be addressed by excluding the tests by default, and including them as part of CI.
Let me know and I will open a PR.
Contributor guide
Assessment
This issue has not been assessed yet.