hy/tests
Brandon T. Willard c0c5c9c699 Make cmdline Hy process unknown filetypes as Hy source
This change a Hy-preferring `runhy` that is used by cmdline Hy.  Standard
`runpy` is still patched so that it can run `.hy` files, but the default
behaviour for unknown filetypes is preserved (i.e. assume they are Python
source).

Closes hylang/hy#1677.
2018-09-24 16:27:50 -04:00
..
compilers Fix AST handling of docstrings and __future__ ordering 2018-09-11 16:26:21 -04:00
importer Add a test for module docstrings 2018-08-27 01:02:29 -05:00
macros Update test_preprocessor_exceptions 2018-04-29 19:29:17 -07:00
native_tests Implement new importer using PEP-302 semantics 2018-08-25 22:50:38 -05:00
resources Make cmdline Hy process unknown filetypes as Hy source 2018-09-24 16:27:50 -04:00
__init__.py Migrate from Nose to pytest 2017-04-26 14:00:11 -07:00
test_bin.py Make cmdline Hy process unknown filetypes as Hy source 2018-09-24 16:27:50 -04:00
test_hy2py.py Fix AST handling of docstrings and __future__ ordering 2018-09-11 16:26:21 -04:00
test_lex.py Remove tests of cons cells 2018-04-12 16:45:17 -07:00
test_models.py Remove tests of cons cells 2018-04-12 16:45:17 -07:00