You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The utility frontend CLI on Python should take care of the following functions:
Enveloping test app execution to run tests defined in JSON/YAML (preferred to be done in Python as there are no libs for YAML and JSON Schema in Boost). The C++ backend app should be capable of running only JSON without schema validation
Transforming raw diagnostics data in JSON into markup formats - Xunit XML, HTML, MD, Latex.
Optionally enveloping test execution and report transformation in a single command
Providing code-generation function for common boiler-plate code (serialization, mocking, procedure registration)
The text was updated successfully, but these errors were encountered:
The utility frontend CLI on Python should take care of the following functions:
The text was updated successfully, but these errors were encountered: