LibCST/libcst/tests
Benjamin Woodruff 8fba418f2c Add runtime type validation support
This ports `CSTNode.validate_types_shallow` and
`CSTNode.validate_types_deep`, as well as `libcst._type_enforce` to the
open-source release.

These are useful if someone wants to use LibCST without a static type
checker.

These weren't originally included because `libcst._type_enforce` wasn't
3.7 compatible.
2019-07-22 19:53:49 -07:00
..
__init__.py Add config files to make tools easier to use 2019-07-22 19:53:49 -07:00
test_exceptions.py Initial export of LibCST to github. 2019-05-31 14:16:53 -07:00
test_tabs.py Initial export of LibCST to github. 2019-05-31 14:16:53 -07:00
test_tool.py Make libcst/tests/test_tool.py pyre-strict 2019-07-22 19:53:49 -07:00
test_type_enforce.py Add runtime type validation support 2019-07-22 19:53:49 -07:00