Skip to content

Commit

Permalink
Update lispytest.py
Browse files Browse the repository at this point in the history
  • Loading branch information
norvig authored Oct 24, 2018
1 parent 5bda69e commit 192b0ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions py/lispytest.py
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit 192b0ec

Please sign in to comment.