hy/tests
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
..
compilers Fix a unit test bug on slim Python Docker images 2019-10-13 14:08:07 -05:00
importer Pre-Python 3.4 cleanup (including Python 2) 2019-07-22 14:11:17 -04:00
macros Improve correspondence with Python errors and console behavior 2019-02-07 13:45:41 -05:00
native_tests Implement the of macro 2019-10-08 09:40:15 -05:00
resources Allow inline Python 2019-09-17 12:04:03 -04:00
__init__.py Migrate from Nose to pytest 2017-04-26 14:00:11 -07:00
test_bin.py Remove Python 2 support from hy.importer 2019-06-04 14:01:59 -04:00
test_hy2py.py Allow inline Python 2019-09-17 12:04:03 -04:00
test_lex.py Fix .end_line and .end_column of single-token models 2019-02-24 10:13:17 -05:00
test_models.py Update tests for tuple HySequences 2019-08-18 09:43:02 -04:00