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

testing forms? #24

Open
AlexKnauth opened this issue Jan 11, 2015 · 1 comment
Open

testing forms? #24

AlexKnauth opened this issue Jan 11, 2015 · 1 comment
Milestone

Comments

@AlexKnauth
Copy link
Contributor

Would you want a library for testing that you would have to require or import, or would you want it to be provided by the language?

Would you want to have something like check-expect that would go in the top level of the module and expand to a (module+ test ...) ?, or would you want some sort of (test ...) block that would have things like check-equal? that could go anywhere within the test block?
Or would you want testing to be a built in option to forms like def that would expand to both the definition and a (module+ test ...) if it was at the top-level?

And would you want to be able to have some sort of code-coverage tool?

@jarcane
Copy link
Owner

jarcane commented Jan 12, 2015

To be honest, I'm not 100% sure. BASIC is obv. no help here, until VB I don't think any BASIC even came with a test suite, and I never even knew what they were.

@jarcane jarcane modified the milestone: 0.3.0 May 20, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants