(cls, suffix: str = "")
| 77 | class GspreadTest(unittest.TestCase): |
| 78 | @classmethod |
| 79 | def get_temporary_spreadsheet_title(cls, suffix: str = "") -> str: |
| 80 | return "Test {} {}".format(cls.__name__, suffix) |
| 81 | |
| 82 | @classmethod |
| 83 | def get_cassette_name(cls) -> str: |