hy/tests/compilers
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
..
native Fix bug: quoting a bytestring raises ImportError (#1245) 2017-03-04 19:04:28 -06:00
__init__.py Adding more testing. 2013-03-02 23:47:16 -05:00
test_ast.py Overhaul semantics of binary operators (#1261) 2017-04-13 19:42:01 -05:00
test_compiler.py Make fn work like lambda and remove lambda (#1228) 2017-02-22 17:36:52 -06:00
test_quoting.py Adding some basic testing in; more to come. 2013-04-08 20:23:51 -04:00