You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This package provides two Hypothesis strategies for generating Python source code.
The generated code will always be syntactically valid, and is useful for testing parsers, linters, auto-formatters, and other tools that operate on source code.
The text was updated successfully, but these errors were encountered:
Hi @cleder thank you for sharing interesting project - it would be a good fit for the code synthesis section, but I'm afraid that this repository, as well as everything under src- org on GH may not be actively maintained any more, for legal reasons.
Some of the other projects were forked and are maintained outside e.g src-d/enry#253 but I'm not sure about status of this one.
Would https://github.com/Zac-HD/hypothesmith fit in here?
This package provides two Hypothesis strategies for generating Python source code.
The generated code will always be syntactically valid, and is useful for testing parsers, linters, auto-formatters, and other tools that operate on source code.
The text was updated successfully, but these errors were encountered: