python-astexport
python-astexport copied to clipboard
Export Python AST to JSON
Results
2
python-astexport issues
Sort by
recently updated
recently updated
newest added
The tests fail on Python 3.8 : ``` $ nosetests EF ====================================================================== ERROR: test_export_json (export_test.TestExportJson) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/travis/build/fpoli/python-astexport/tests/export_test.py", line 16, in test_export_json result = json.loads(export_json(test.input))...
bug