LibCST/libcst/parser/tests
Benjamin Woodruff 76b5ac0de2 Add config files to make tools easier to use
- `pyproject.toml` is supported by isort and black, and lets us call
  those tools without supplying a ton of arguments.
- `.editorconfig` is supported by a wide range of editors, and can
  automatically set per-project configuration.
- `.pyre_configuration` is used by pyre.
- I added test discovery to the `setup.py` file, which required some
  extra `__init__.py` files.
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_detect_config.py Initial export of LibCST to github. 2019-05-31 14:16:53 -07:00
test_footer_behavior.py Fix comment ownership around IndentedBlock 2019-06-05 14:31:04 -07:00
test_whitespace_parser.py Initial export of LibCST to github. 2019-05-31 14:16:53 -07:00
test_wrapped_tokenize.py Initial export of LibCST to github. 2019-05-31 14:16:53 -07:00