Allow access to raw storage for JSONOutput.

Review Request #13069 — Created May 25, 2023 and submitted — Latest diff uploaded

Information

RBTools
release-5.x

Reviewers

This exposes the raw storage of a JSONOutput as a public raw
attribute, replacing the old _output. This gives callers a way of
safely getting the data going into the JSON stream.

Testing infrastructure will soon be updated to make use of this.

Unit tests pass.

Diff Revision 1 (Latest)

Commits

First Last Summary ID Author
Allow access to raw storage for JSONOutput.
This exposes the raw storage of a `JSONOutput` as a public `raw` attribute, replacing the old `_output`. This gives callers a way of safely getting the data going into the JSON stream. Testing infrastructure will soon be updated to make use of this.
649f165113bbb65276967fe8d31bfbb6afe7eef6 Christian Hammond
rbtools/commands/base/commands.py
rbtools/commands/base/output.py
rbtools/commands/tests/test_base_output.py
rbtools/commands/tests/test_main.py
Loading...