google / pasta

Library to refactor python code through AST manipulation.
Apache License 2.0
341 stars 40 forks source link

Lacking test covered in codegen_test.py #75

Open soupytwist opened 5 years ago

soupytwist commented 5 years ago

74 should have been caught in tests; need to test codegen for JoinedStr. Based on the test inputs in testdata/codegen, there are likely other nodes that need coverage as well.