-
Notifications
You must be signed in to change notification settings - Fork 3
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
Create some initial tests #114
Labels
Comments
waldoj
added a commit
that referenced
this issue
Dec 29, 2018
This is a tiny step toward #114. This code is terrifically untestable — every method is end-to-end, seemingly every method requires a live database connection — but here's a stake in the ground.
waldoj
added a commit
that referenced
this issue
Jun 15, 2019
waldoj
added a commit
that referenced
this issue
Jun 18, 2019
Before we were ending testing when getting an error. Now all tests complete. Toward #114.
waldoj
added a commit
that referenced
this issue
Jun 18, 2019
Test bill comments, poll results, outcomes, and histories. Toward #114.
waldoj
added a commit
that referenced
this issue
Jun 19, 2019
waldoj
added a commit
that referenced
this issue
Jun 19, 2019
waldoj
added a commit
that referenced
this issue
Jun 19, 2019
waldoj
added a commit
that referenced
this issue
Jun 19, 2019
I thought I'd see if it would Just Work. It does not. I get this error: ERROR 2003 (HY000): Can't connect to MySQL server on 'rs_db' (111 "Connection refused") Seems I've got some work to do. Toward #114.
I thought I'd just throw
Looks like I can't just use that as is. I imagine I need to use Travis’s MySQL functionality. This might be a good cue to move to CircleCI. |
Blocked by #346. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Some end-to-end tests are the best way to start.
Then put them to work.
The text was updated successfully, but these errors were encountered: