()
| 2 | from uncompyle6.parser import get_python_parser |
| 3 | |
| 4 | def test_get_scanner(): |
| 5 | # See that we can retrieve a scanner using a full version number |
| 6 | assert get_scanner('2.7.13') |
| 7 | |
| 8 | |
| 9 | def test_get_parser(): |
nothing calls this directly
no test coverage detected