ISISNeutronMuon / ISISNeutronMuon/MDMC
Move away from testing against exact stdout strings
Open
P2
testing
- Dominant language
- Python
- Stars
- 4
- Forks
- 0
- Avg merge
- 2d 4h
- Merged PRs (30d)
- 5
Description
Testing against stdout messages is currently done by exact matching of strings. This causes unintended side effects since adding additional logging/warning messages to other parts of the code will break these tests. In addition they are really hard to debug since we are testing against the exact number of spaces used in every line.
We should refactor these tests to try to avoid this wherever possible
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.