GNOME Bugzilla – Bug 736379
validate: Start implementing a testsuite
Last modified: 2014-11-08 14:14:44 UTC
We should have a testsuite for our various monitors. Most of the test in the various monitors should have unit test associated so that we can detect regressions and make sure that the testing logic is actually correct.
Created attachment 285886 [details] [review] validate: Start a testsuite Currently implemented tests are: * Settup and cleanup on monitor is done properly * Some tests in the PadMonitor are done properly, namely: - Buffer before segment - Buffer outside segment - First buffer running time is always 0 - The Demuxer flow aggregation is properly checked
Attachment 285886 [details] pushed as 7e85c9b - validate: Start a testsuite
Let's keep track of the testsuite implementation in that bug report, not closing yet.
Closing as the test suite has been started, development of tests should now be a good practice for new features, and proposed on the same bug reports.