hy/tests
Simon Gomizelj 1b7dfd2839 Make HyKeyword a first class objects
HyKeywords are no longer an instances of string with a particular
prefix, but a completely separate object.

This means keywords no longer trip isinstance str checks, adding a
little bit of type safety to the compiler.

It also means that HyKeywords evaluate to themselves.

Closes #1352
2018-04-07 22:29:20 -07:00
..
compilers Improve checks inside defclass 2018-03-31 02:43:53 -04:00
importer Update copyright years 2018-01-01 10:38:33 -05:00
macros Update copyright years 2018-01-01 10:38:33 -05:00
native_tests Make HyKeyword a first class objects 2018-04-07 22:29:20 -07:00
resources Add -E support for Hy REPL 2018-03-31 15:16:40 -07:00
__init__.py Migrate from Nose to pytest 2017-04-26 14:00:11 -07:00
test_bin.py Add recent REPL results globals *i and most recent error *e 2018-04-02 00:21:13 -04:00
test_lex.py Raise LexException when codec can't decode some bytes 2018-04-07 11:47:06 -07:00
test_models.py Update copyright years 2018-01-01 10:38:33 -05:00