(cls)
| 504 | |
| 505 | @classmethod |
| 506 | def setUpClass(cls): |
| 507 | # fill with cache so we don't have to be online to run these tests |
| 508 | TxFetcher.load_cache(cls.cache_file) |
| 509 | |
| 510 | @classmethod |
| 511 | def tearDownClass(cls): |
nothing calls this directly
no test coverage detected