hy/tests
Simon Gomizelj fa54884131 Fix unit tests when run with PYTHONDONTWRITEBYTECODE
When set, it will conflict with any tests that generate bytecode
because they don't expect it to be set.

Fixable by sanitize the environment before forking, but we can't do
anything about import tests.

This is a pipenv default, and possibly a sane flag to set while doing
Hy development, so lets not let it be a hazard for developers to trip
over.
2018-04-14 12:12:01 -07:00
..
compilers Remove tests of cons cells 2018-04-12 16:45:17 -07:00
importer Fix unit tests when run with PYTHONDONTWRITEBYTECODE 2018-04-14 12:12:01 -07:00
macros Update copyright years 2018-01-01 10:38:33 -05:00
native_tests Remove tests of cons cells 2018-04-12 16:45:17 -07:00
resources Improve testing of hy2py 2018-04-08 15:35:57 -07:00
__init__.py Migrate from Nose to pytest 2017-04-26 14:00:11 -07:00
test_bin.py Fix unit tests when run with PYTHONDONTWRITEBYTECODE 2018-04-14 12:12:01 -07:00
test_hy2py.py Improve testing of hy2py 2018-04-08 15:35:57 -07: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