hy/tests
Kodi Arfer 5eb928356a Overhaul semantics of binary operators (#1261)
I've added shadow versions of many operators that didn't have one. And, I've changed the behavior of various binary operators with more or fewer than 2 arguments to make the shadow and real versions more consistent and to make the behavior more logical in either case. For details, see the additions to NEWS and the new file tests/native_tests/operators.hy, which simultaneously tests shadow and real operators.

Although there are a lot of changes, I've put them all in one commit because they're interdependent.
2017-04-13 19:42:01 -05:00
..
compilers Overhaul semantics of binary operators (#1261) 2017-04-13 19:42:01 -05:00
importer Revert the extension of with-decorator to setv 2017-04-13 06:36:00 +03:00
macros Consolidate hy.models.* and tests/models/* into one file apiece 2017-02-16 19:43:00 -08:00
native_tests Overhaul semantics of binary operators (#1261) 2017-04-13 19:42:01 -05:00
resources Minor test reorganization 2017-02-24 12:47:35 -08:00
__init__.py Overhaul semantics of binary operators (#1261) 2017-04-13 19:42:01 -05:00
test_bin.py Add tests for #533 2017-03-30 16:10:34 -07:00
test_lex.py Fix a crash when tokenizing a single quote 2017-04-07 21:12:17 +03:00
test_models.py Consolidate hy.models.* and tests/models/* into one file apiece 2017-02-16 19:43:00 -08:00