The `tests/system.py` module is huge: ```bash $ wc -l tests/system.py 1504 tests/system.py ``` and has complicated, idiosyncratic setup / teardown (it long predates our use of `pytest` idioms). For reference, see https://github.com/googleapis/python-storage/pull/476.