<div dir="ltr"><div>Surveying the tests currently in KWIVER, I see a lot of tests in the arrows and tests of the generic functionality of Sprokit (i.e., sprokit/tests dir), but I don't really see any at the specific process level (e.g., under sprokit/processes/core or sprokit/processes/ocv). I suppose there isn't much to test in processes that mostly just dispatch to arrow(s). However, processes like 'processes/ocv' do all of the implementation within.<br><br></div>Also, most of the test examples for arrows are able to synthesize a simple instantiation of the source data (e.g., a bounding box, a homography, ...) to run the tests. However, testing something like video stabilization really demands a sequence of test images. Is there any guidance on how to go about this, specifically what data to use?<br></div>