hy/tests
Kodi Arfer 36708e8e99 Fix a test for Python 3.8.0b1
`int`, among other types, no longer has a `__str__` method, so `(str '3)` now returns "(HyInteger 3)" instead of "3".
2019-06-25 12:41:46 -04:00
..
compilers Remove non-native tests of Python 2 2019-06-04 14:01:59 -04:00
importer Remove Python 2 support from hy.importer 2019-06-04 14:01:59 -04:00
macros Improve correspondence with Python errors and console behavior 2019-02-07 13:45:41 -05:00
native_tests Fix a test for Python 3.8.0b1 2019-06-25 12:41:46 -04:00
resources Update copyright years 2019-02-07 08:57:35 -05:00
__init__.py Migrate from Nose to pytest 2017-04-26 14:00:11 -07:00
test_bin.py Remove Python 2 support from hy.importer 2019-06-04 14:01:59 -04:00
test_hy2py.py Update copyright years 2019-02-07 08:57:35 -05:00
test_lex.py Fix .end_line and .end_column of single-token models 2019-02-24 10:13:17 -05:00
test_models.py Remove hy._compat's type aliases 2019-06-04 14:01:59 -04:00