hy/tests/compilers
Ryan Gonzalez beb21d384c Fix a unit test bug on slim Python Docker images
If HyASTCompiler is given a string, it imports it and uses it as the
execution environment. However, the unit tests gave HyASTCompiler the
string 'test', assuming it would create a new test module, when in
reality it would import CPython's test module that is designed for
internal use. Slim Docker images don't include this module, therefore
the tests would fail to run.
2019-10-13 14:08:07 -05:00
..
__init__.py Adding more testing. 2013-03-02 23:47:16 -05:00
test_ast.py Allow inline Python 2019-09-17 12:04:03 -04:00
test_compiler.py Fix a unit test bug on slim Python Docker images 2019-10-13 14:08:07 -05:00