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

Better test coverage #43

Open
npisenti opened this issue Apr 8, 2012 · 2 comments
Open

Better test coverage #43

npisenti opened this issue Apr 8, 2012 · 2 comments

Comments

@npisenti
Copy link
Collaborator

npisenti commented Apr 8, 2012

I've been really lazy. We should probably write some tests, though.

What is your sense on the best javascript testing framework?

@ryanmuller
Copy link
Owner

Jasmine. It's RSpec-like unit testing for javascript. Additionally,
Cucumber is pretty nice for integration tests with Capybara for user
interactions. This is the setup recommended by the thoughtbot
backbone-rails book.

Given that it works pretty well as is, I'm not overwhelmingly concerned
about . At some point, it might be nice to test-driven-ly extract some of
it for a more general system (i.e. to plug in other subjects than real
analysis, or to create your own courses like our other learnstreams).

2012/4/8 Neal Pisenti <
[email protected]

I've been really lazy. We should probably write some tests, though.

What is your sense on the best javascript testing framework?


Reply to this email directly or view it on GitHub:
#43

@ryanmuller
Copy link
Owner

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