hy/tests
Brandon T. Willard a9763b34cf Fix sys.modules for failed imports in Python 2.7
Newly imported modules with compile and/or run-time errors were not being
removed from `sys.modules`.  This commit modifies the Python 2.7 loader so that
it follows Python's failed-initial-import logic and removes the module from
`sys.modules`.
2018-09-29 20:57:28 -05:00
..
compilers Fix AST handling of docstrings and __future__ ordering 2018-09-11 16:26:21 -04:00
importer Fix sys.modules for failed imports in Python 2.7 2018-09-29 20:57:28 -05:00
macros Update test_preprocessor_exceptions 2018-04-29 19:29:17 -07:00
native_tests Fix missing import in doc macro expansion 2018-09-24 16:39:13 -04:00
resources Fix sys.modules for failed imports in Python 2.7 2018-09-29 20:57:28 -05: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