-
Notifications
You must be signed in to change notification settings - Fork 215
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
twitter-compatible API: testing #603
Labels
Comments
What are you proposing that would be different? |
AriT93
added a commit
to AriT93/rstat.us
that referenced
this issue
Aug 23, 2012
simple start for hotsh#603 that will give a basic acceptance test that the api calls return valid JSON
Just a start on acceptance type tests for the twitter-api. Not sure if this the best way to go but will at least provide some sanity checks on the methods. Pushed this as start to conversation on how to test the api. |
AriT93
added a commit
to AriT93/rstat.us
that referenced
this issue
Aug 24, 2012
- acceptance testing for the api methods that have already been implemented. - cleaned up require_relative backport to 1.8 line
DiogoAndre
pushed a commit
to DiogoAndre/rstat.us
that referenced
this issue
Sep 28, 2012
simple start for hotsh#603 that will give a basic acceptance test that the api calls return valid JSON
DiogoAndre
pushed a commit
to DiogoAndre/rstat.us
that referenced
this issue
Sep 28, 2012
- acceptance testing for the api methods that have already been implemented. - cleaned up require_relative backport to 1.8 line
AriT93
added a commit
that referenced
this issue
Sep 28, 2012
simple start for #603 that will give a basic acceptance test that the api calls return valid JSON
AriT93
added a commit
that referenced
this issue
Sep 28, 2012
- acceptance testing for the api methods that have already been implemented. - cleaned up require_relative backport to 1.8 line
Nakort
pushed a commit
to Nakort/rstat.us
that referenced
this issue
Oct 12, 2012
simple start for hotsh#603 that will give a basic acceptance test that the api calls return valid JSON
Nakort
pushed a commit
to Nakort/rstat.us
that referenced
this issue
Oct 12, 2012
- acceptance testing for the api methods that have already been implemented. - cleaned up require_relative backport to 1.8 line
AriT93
added a commit
that referenced
this issue
Oct 13, 2012
simple start for #603 that will give a basic acceptance test that the api calls return valid JSON
AriT93
added a commit
that referenced
this issue
Oct 13, 2012
- acceptance testing for the api methods that have already been implemented. - cleaned up require_relative backport to 1.8 line
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm not sure any of the existing test code serves as a great example for testing the stuff we're doing on twitter-api -- not that it's terrible code, but it appears to be more focused on UI testing. At least, that's what I'm seeing at a glance in test/acceptance.
Opening this ticket to discuss ideas RE: testing our API stuff. I don't really have a preference wrt what we use, but if somebody has an opinion I'd prefer to hear it before I introduce something arbitrary.
The text was updated successfully, but these errors were encountered: