(self, data)
| 116 | ] |
| 117 | ) |
| 118 | def test_dawg(self, data): |
| 119 | # suppress debug prints |
| 120 | with support.captured_stdout() as output: |
| 121 | # it's enough to build it, building will also check the result |
| 122 | build_compression_dawg(data) |
nothing calls this directly
no test coverage detected