mirror of
https://github.com/Instagram/LibCST.git
synced 2025-12-23 10:35:53 +00:00
Currently, a lot of libcst node tests use data providers that use tuples instead of dictionaries. This just makes the tests unreadable, so this is one of several diffs aiming to solve this issue. |
||
|---|---|---|
| .. | ||
| tests | ||
| __init__.py | ||
| _base.py | ||
| _deep_equals.py | ||
| _dummy.py | ||
| _expression.py | ||
| _internal.py | ||
| _module.py | ||
| _op.py | ||
| _statement.py | ||
| _whitespace.py | ||