Commit Graph

112 Commits

Author SHA1 Message Date
Tim Sneed 3909498437 Internalize ProductHeaderValue
What Haacked, PaulBetts, and Shiftkey suggested
2014-02-28 06:33:44 -06:00
Peter MacNaughton 3f6bb24193 Integration tests for ObservableEmailsClient
This only tests the GetAll method at this point. Would like to have
Delete implemented before testing Add so that we can do cleanup.
2014-02-08 12:50:45 -07:00
Brendan Forster 4f28d55dd3 marked issue as ignore and linking to relevant issue 2013-12-29 10:17:52 +10:30
Kristian Hellang ae23a2ae7a Fixed minor namespace and whitespace issues 2013-12-01 23:42:04 +01:00
Haacked 4d5e222e7c Use the owner login not name to fix tests
This fixes these integration tests.
2013-11-06 09:09:40 -08:00
Haacked 3c3febaf77 Remove use of .Wait() from tests 2013-11-05 16:02:33 -08:00
Haacked 920b911f4f fix integration tests 2013-11-05 15:57:01 -08:00
Brandon Linton 575bfe08fe Adding ObservableIssuesClient integration tests 2013-11-02 23:30:48 -04:00
Keith Dahlby 9c1ace9324 Add ObservableMilestoneClient int tests 2013-10-31 23:18:18 -05:00
Haacked 6b7a6b7137 Build user agent from user supplied product info
Rather than create a default user agent, we'll build the user agent for
the user of the library. We only require that the user provide us
product information.

fixes #61
2013-10-28 11:20:38 -07:00
Haacked ad4be39ea3 Clean up the Octokit.Reactive namespaces
Fixes #84
2013-10-18 22:26:36 -07:00
Haacked 3f5e561111 Add tests to verify current observable behavior
Right now, our observable methods are semi-cold. They don't make the
request until subscribed, but multiple subscriptions get the same
result. This is the way that Octokit.cocoa works.
2013-10-17 09:49:48 -07:00