quality icon indicating copy to clipboard operation
quality copied to clipboard

Pluggable results reporting

Open vinceatbluelabs opened this issue 8 years ago • 2 comments

Idea came from @joearasin - Joe, maybe you could go into some more detail? One part would be providing a plugin module for posting the details of a run, and whether the result is a pass or fail.

vinceatbluelabs avatar May 13 '16 01:05 vinceatbluelabs

The basic thing I'm going for is that there's a bit of a seam for data storage -- the current system hardcodes "files" in metrics, but providing an interface that consists of read_target(testname) and ratchet(testname, value) would allow for pluggable storage backends.

joearasin avatar May 16 '16 22:05 joearasin

maybe even a one-method try_to_ratchet(testname, value), which throws if value > old_value works as the interface.

joearasin avatar May 16 '16 22:05 joearasin