kszucs commented on a change in pull request #10650:
URL: https://github.com/apache/arrow/pull/10650#discussion_r669699660
##########
File path: dev/archery/archery/crossbow/reports.py
##########
@@ -121,6 +121,61 @@ def show(self, outstream, asset_callback=None):
asset))
+class JsonReport(Report):
Review comment:
We don't have many tests yet for crossbow, but this looks like one we
could actually test.
You can [reuse the test case including the
fixture](https://github.com/apache/arrow/blob/master/dev/archery/archery/crossbow/tests/test_reports.py#L24-L35)
from `crossbow/test_reports.py`.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]