diff --git a/picamera_tests.py b/picamera_tests.py index 695aa45e..a20b6dc9 100755 --- a/picamera_tests.py +++ b/picamera_tests.py @@ -115,6 +115,9 @@ def main() -> None: help="Run hardware-specific tests on the PiCamera", ) + subparsers.add_parser( + "unzip", help="Unzip and verify coverage data on another machine" + ) run_parser.add_argument( "-x", "--exitfirst",