hy/tests
Konrad Hinsen 0c56885d42 Use __future__.division for all Hy code
Fixes #106
Note: This is implemented by replacing all calls to Python's
builtin "compile" function by calls to hy.importer.compile_,
which adds the "future division" flag. Anyone using "compile"
in future work will have to remember this.
2013-04-12 05:23:25 +02:00
..
compilers Merge branch 'master' into feature/quoting 2013-04-09 19:50:25 -04:00
importer Fix flake8 errors in tests 2013-04-06 21:22:35 +02:00
lex Throw an error on unbalanced expressions 2013-04-08 00:25:47 +02:00
macros Fix flake8 errors in tests 2013-04-06 21:22:35 +02:00
native_tests Use __future__.division for all Hy code 2013-04-12 05:23:25 +02:00
resources Test importing things with dashes 2013-04-07 09:54:53 -04:00
__init__.py Fix flake8 errors in tests 2013-04-06 21:22:35 +02:00