Closed
Description
All this code is not covered:
Lines 1712 to 1737 in b652d40
If I remove def main
, tests still pass.
So, my proposal is: add a simple test case that ensures that ast.main
is there. I don't think that we need any fancy stuff. ast.main
is only a thin wrapper around ast.parse
and ast.dump
which are fully tested on their own.