(path)
| 14 | ################################################################################ |
| 15 | |
| 16 | def test_file(path): |
| 17 | disassemble(parse(trinary(load(path))), True) |
| 18 | |
| 19 | ################################################################################ |
| 20 |
nothing calls this directly
no test coverage detected