mirror of
https://github.com/Instagram/LibCST.git
synced 2025-12-23 10:35:53 +00:00
`parse_statement` and `parse_expresssion` aren't guaranteed to round-trip exactly due to the fact that they don't have a wrapping Module to encapsulate miscelaneous spacing. So, update the tests to verify that the rendered code is identical to the original code based on the AST. Also, while I'm at it, bump up Hypothesis's maximums in order to stress LibCST more. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| test_batched_visitor.py | ||
| test_exceptions.py | ||
| test_fuzz.py | ||
| test_tabs.py | ||
| test_tool.py | ||
| test_type_enforce.py | ||
| test_visitor.py | ||