reprodyne/tests
Tracy Rust 7a8eb69bf9 Relicensing the code and removing it from github. Prev commit March 2020 2023-12-10 23:14:52 -05:00
..
README.md Relicensing the code and removing it from github. Prev commit March 2020 2023-12-10 23:14:52 -05:00
catchmain.cpp Relicensing the code and removing it from github. Prev commit March 2020 2023-12-10 23:14:52 -05:00
oopsiewhoopsie.h Relicensing the code and removing it from github. Prev commit March 2020 2023-12-10 23:14:52 -05:00
tests.cpp Relicensing the code and removing it from github. Prev commit March 2020 2023-12-10 23:14:52 -05:00
videotests.cpp Relicensing the code and removing it from github. Prev commit March 2020 2023-12-10 23:14:52 -05:00

README.md

Maintainer's notes

These tests are ugly, but should be effective for now.

In the future I would like to generalize them, so that any future interceptors or validators can be tested by adding a couple of lines of code.

Currently, there is duplication between the validation tests in tests.cpp and videotests.cpp. I want to make it generic but I don't have the time.

Also, as is stated in videotests.cpp, a lot of scope stuff isn't done with them in particular. Again, it shouldn't be a problem, but a more robust testing solution would allow for this easily.