At the moment, test_parse_shortbol1_examples.py tests whether parsing the stdlib produces the correct toplevel AST objects. However, it would be good to test whether the child AST objects are parsed correctly too.
Tests should be written that check whether stdlib is parsed correctly at all levels, not just toplevel.
At the moment, test_parse_shortbol1_examples.py tests whether parsing the stdlib produces the correct
toplevel
AST objects. However, it would be good to test whether the child AST objects are parsed correctly too.Tests should be written that check whether stdlib is parsed correctly at all levels, not just
toplevel
.