Update lispytest.py

This commit is contained in:
Peter Norvig
2018-10-24 14:55:10 -07:00
committed by GitHub
parent 5bda69ee24
commit 192b0ec410

View File

@@ -116,6 +116,7 @@ def test(tests, name=''):
if __name__ == '__main__':
from lis import *
to_string = str
test(lis_tests, 'lis.py')
from lispy import *
test(lis_tests+lispy_tests, 'lispy.py')