Closed erezsh closed 3 years ago
Reopen since there are more error to handle.
Hi @erezsh . Thanks for trying out. There are still a lot of unhandled errors if it's used in real world python file. The goal is to clean up the errors, or at least, emit helpful log message for unsupported features.
On another note, looking at the sample files, Klara wouldn't be able to generate any tests due to missing functions annotation. At least one argument need to be annotated.
I have no problem adding annotations. I'm at the stage of waiting to see if it even works :)
The errors from those 3 files has been fixed in 0.6.3..
That may be, but it also doesn't generate a single test for any of them.
Not even utils.py
, which is filled with simple standalone functions.
AttributeError: 'JoinedStr' object has no attribute 'statement'
:KeyError: 'is not'
AttributeError: type object 'Del' has no attribute 'targets'
I'm sure I can keep going, but let's stop here for now :)