hy/tests
Brandon T. Willard 86fda31ab1 Move compilation and parsing functions out of importer.py
Functions and variables relating to compilation and parsing have been moved to
`compiler.py` and `lex/__init__.py`, respectively.  Those functions are
  - `hy_parse` from `hy.importer` to `hy.lex`
  - `hy_eval`, `ast_compile`, and `calling_module` from `hy.importer` to
  `hy.compiler`

Closes hylang/hy#1695.
2018-11-28 14:12:33 -05:00
..
compilers Move compilation and parsing functions out of importer.py 2018-11-28 14:12:33 -05:00
importer Move compilation and parsing functions out of importer.py 2018-11-28 14:12:33 -05:00
macros Produce Python AST for require statements and skip self requires 2018-11-08 22:57:17 -06:00
native_tests Move compilation and parsing functions out of importer.py 2018-11-28 14:12:33 -05:00
resources Implement minimal macro namespacing and add tests 2018-11-08 22:57:17 -06:00
__init__.py Migrate from Nose to pytest 2017-04-26 14:00:11 -07:00
test_bin.py Produce Python AST for require statements and skip self requires 2018-11-08 22:57:17 -06:00
test_hy2py.py Fix AST handling of docstrings and __future__ ordering 2018-09-11 16:26:21 -04:00
test_lex.py Move compilation and parsing functions out of importer.py 2018-11-28 14:12:33 -05:00
test_models.py Remove tests of cons cells 2018-04-12 16:45:17 -07:00