Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add lisp unit-tests to Go's test suite #17

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

lthibault
Copy link
Collaborator

⚠️ Merge #16 prior to reviewing ⚠️

This PR adds some basic lisp-based unit tests to ensure expected behavior. The mechanism is simple and expedient: slurp_test.go will recursively evaluate all files located in the test/ subdirectory.

Note that there is a commented test in test/basic.slurp that currently fails. (@spy16 Any idea what's going on there?)

⏱️ Estimated review time: 15 minutes
✅ Merge when ready

@lthibault lthibault added the enhancement New feature or request label Mar 18, 2021
@lthibault lthibault requested a review from spy16 March 18, 2021 01:03
Refactor prompt and REPL read/print logic along the way.
Refactor 'reader.Error' and macro error-handling along the way.
Simplify 'core.Error' along the way.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant