hy/tests/resources
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
..
bin Add tests for importing __main__.hy files 2018-08-25 22:50:45 -05:00
importer Add a test for module docstrings 2018-08-27 01:02:29 -05:00
__init__.py Make all files comply with license-header policy 2017-04-27 14:16:57 -07:00
argparse_ex.hy Update copyright years 2018-01-01 10:38:33 -05:00
fails.hy Fix sys.modules for failed imports in Python 2.7 2018-09-29 20:57:28 -05:00
icmd_test_file.hy Minor test reorganization 2017-02-24 12:47:35 -08:00
macros.hy Add a test for require in the body of a macro 2018-07-25 17:20:19 -05:00
module_docstring_example.hy Test module docstrings 2018-03-24 12:34:43 -07:00
no_extension Make cmdline Hy process unknown filetypes as Hy source 2018-09-24 16:27:50 -04:00
pydemo.hy Fix AST handling of docstrings and __future__ ordering 2018-09-11 16:26:21 -04:00
relative_import.hy Use Python cmdline file-relative sys.path 2018-08-26 00:27:21 -05:00
tlib.py Support PEP 328 2018-02-06 23:41:12 -05:00