hy/tests/native_tests
Allison Kaptur caa53fb095 Tests for explicit exception chaining
This also breaks out the PY3 only tests into their own file.  We need to do this because raise from is a syntax error in PY2, so we can't rely on the previous hack of catching a HyCompileError - it would compile fine through Hy and then be a syntax error in Python.
2014-05-01 16:33:10 -04:00
..
contrib Add Curry module. 2014-03-29 14:40:13 -04:00
__init__.hy ideas, ideas. 2013-03-05 18:39:34 -05:00
cons.hy Add a cons object and related mechanisms 2014-01-23 23:08:52 +01:00
core.hy Reimplement some built-ins in terms of the standard library. 2014-04-29 18:03:43 +04:00
defclass.hy Fix missing docstrings from defclass issue #248 2013-07-15 06:58:08 -06:00
language.hy Reimplement some built-ins in terms of the standard library. 2014-04-29 18:03:43 +04:00
math.hy Operators + and * work without args, fixes #372 2013-12-16 00:04:43 +05:30
native_macros.hy Tests for explicit exception chaining 2014-05-01 16:33:10 -04:00
py3_only_tests.hy Tests for explicit exception chaining 2014-05-01 16:33:10 -04:00
quote.hy Add test for unquote-splice behavior 2013-09-22 15:12:59 +02:00
reader_macros.hy Fix reader macros to actually be macros 2014-01-17 01:07:47 +01:00
unless.hy add nil as synonym for None 2013-12-27 13:50:19 -07:00
when.hy add nil as synonym for None 2013-12-27 13:50:19 -07:00
with_decorator.hy Rename decorate-with' to with-decorator' 2013-04-28 17:14:22 +02:00
with_test.hy added for and with macros 2013-12-29 16:50:21 +01:00