blob: 8787e0c22c93c42eff92f6ec3b3333bcc6767a2a [file] [log] [blame]
Stephen Lowriec8548fc2016-05-24 15:57:35 -05001---
2features:
Stephen Lowrieb85502d2016-06-27 15:05:47 -05003 - |
4 Adds subunit-describe-calls. A parser for subunit streams to determine what
Stephen Lowriec8548fc2016-05-24 15:57:35 -05005 REST API calls are made inside of a test and in what order they are called.
Stephen Lowrieb85502d2016-06-27 15:05:47 -05006
Masayuki Igawa4f6538e2019-07-29 14:06:18 +09007 * Input can be piped in or a file can be specified
8 * Output is shortened for stdout, the output file has more information