hy/tests
Kodi Arfer 7bf2901364 Ban (except)
It's rarely useful, because it catches all exceptions, but it doesn't let you do anything other than return `None`. You can still get the same effect with `(except [])`.
2018-04-16 19:34:50 -07:00
..
compilers Ban (except) 2018-04-16 19:34:50 -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 Ban (except) 2018-04-16 19:34:50 -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