-
Notifications
You must be signed in to change notification settings - Fork 2
Issues With the System Testing Framework
MatthewHambley edited this page May 29, 2020
·
1 revision
We make use of a framework taken from PIPY for our system testing. Generally speaking it is a good idea to use external tools as it reduces maintenance requirements. However as we gain experience through use it is becoming apparent that the tool we have chosen isn't perfectly matched with our requirements.
We will continue to use it for the moment but this page is here to collect issues so we can make a decission in the future. There are three obvious possible decissions to be made. Either improve the current frame work, Find a replacement or implement our own.
- Console output is very verbose meaning that a failing test early in the sequence leads to a lot of scrolling to determine cause.
- Console output doesn't seem to take into account tests running in parallel leaving the output from both tests interleaved. This makes comprehension harder.
- Internally the framework highjacks docstrings for console output. This leads the source to be odd as some things which should be in the doc string but shouldn't be in the ouptut have to be included as comments instead.
- Future Release
- vn1.0 Release, March 2023
- 0.11 Beta Release, Jan 2023
- 0.10 Beta Release, Oct 2022
- 0.9 Alpha Release, June 2022
- Phase 2
- Phase 3
- Phase 4
- Repository Management
- Development Process
- Development Environment
- Releasing Fab
- Coding Conventions
- Glossary
- Concerning the Database
- Unit Test Coverage
- Issues With the System Testing Framework