hy/tests/compilers
Gergely Nagy 0a942a069f Support one-arity comparison operators too
Comparison operators such as =, !=, <, >, <=, >= should support a
one-arity version too, and return true in those cases (except for !=,
which returns false).

This closes #949.

Reported-by: Matthew Egan Odendahl
Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
2015-10-03 11:01:48 +02:00
..
native Remove the import-as and import-from builtins 2013-04-20 16:06:32 +02:00
__init__.py Adding more testing. 2013-03-02 23:47:16 -05:00
test_ast.py Support one-arity comparison operators too 2015-10-03 11:01:48 +02:00
test_compiler.py move imports and operators to satisfy new version of pep8 checker 2015-02-16 22:21:49 -08:00
test_quoting.py Adding some basic testing in; more to come. 2013-04-08 20:23:51 -04:00