Adding some basic testing in; more to come.
This commit is contained in:
parent
f27378e57a
commit
93e4bc17eb
0
tests/compilers/native/__init__.hy
Normal file
0
tests/compilers/native/__init__.hy
Normal file
9
tests/compilers/native/quoting.hy
Normal file
9
tests/compilers/native/quoting.hy
Normal file
@ -0,0 +1,9 @@
|
||||
;;;
|
||||
;;;
|
||||
|
||||
(import-from hy.models.expression HyExpression)
|
||||
(import-from hy.models.symbol HySymbol)
|
||||
|
||||
|
||||
(defn test-basic-quoting []
|
||||
(assert (= (type (quote (foo bar))) HyExpression)))
|
1
tests/compilers/test_quoting.py
Normal file
1
tests/compilers/test_quoting.py
Normal file
@ -0,0 +1 @@
|
||||
from .native.quoting import * # NOQA
|
Loading…
Reference in New Issue
Block a user