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

Rewrite stdlib tests in Blueprint #29

Closed
hrs opened this issue Sep 25, 2015 · 2 comments
Closed

Rewrite stdlib tests in Blueprint #29

hrs opened this issue Sep 25, 2015 · 2 comments

Comments

@hrs
Copy link
Owner

hrs commented Sep 25, 2015

We've got eval and apply now, so we've got almost all we need. We might need support for exceptions.

@hrs
Copy link
Owner Author

hrs commented Oct 2, 2015

Since the standard library can't throw errors, a standard test framework wouldn't need to catch them (yet). None of the current (RSpec) stdlib tests rely on exception handling, so let's not worry about that yet.

  • Build a standard testing framework, tested in RSpec.
    • Should have visual output (we'll need to implement display)
    • Should be able to return a non-zero exit status.
  • Rewrite stdlib tests in that framework.
  • Run those tests when we run rake. Make sure CI can run them.

@hrs
Copy link
Owner Author

hrs commented Oct 3, 2015

Travis can totally run the tests. Sweet.

Finished in 8347625.

@hrs hrs closed this as completed Oct 3, 2015
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

1 participant