Commit Graph

192 Commits

Author SHA1 Message Date
Peter MacNaughton
871a6f59aa Re-added integration test for getting email 2014-02-01 16:54:24 -07:00
Henrik Andersson
f368645da5 Rename UserFollowersClient to FollowersClient 2014-02-01 06:43:20 +10:00
Henrik Andersson
e05cd9df2c Add integration tests 2014-02-01 06:43:17 +10:00
pmacnaughton
b147a70b3c Merge branch 'master' into deployments_client 2014-01-20 10:29:19 -07:00
lbargaoanu
1de2ea529e integration test for get branches 2014-01-16 16:45:51 +02:00
pmacnaughton
6d4d8a4baf Initial integration tests for DeploymentStatusClient 2014-01-10 15:36:35 -07:00
pmacnaughton
2692de66e8 Initial simple integration tests for DeploymentsClient
Just checking that we get something back when creating a deployment
and that we can get deployments from a repository that is known to have
them.
2014-01-10 15:35:39 -07:00
Gabriel Weyer
25b2ab5164 Merge 2013-12-30 12:40:26 +11:00
Brendan Forster
7181672f95 VS2013 updates your project files to indicate which are test-runner friendly 2013-12-18 08:34:26 -08:00
Brendan Forster
737db653c9 added failing test 2013-12-18 08:34:26 -08:00
Gabriel Weyer
895cfc116b Fixed the Integration project that I broke 2013-12-09 10:10:24 +11:00
Gabriel Weyer
b44f378d2e Merge branch 'master' into review-comments 2013-12-09 09:57:11 +11:00
Andre Rodrigues
2ab931b541 Apply review comments 2013-12-06 09:14:40 +00:00
Gabriel Weyer
a88ef55825 Merge 2013-12-03 10:10:00 +11:00
Brendan Forster
607b024452 added Trees to the base GitDatabaseClient, added some initial tests 2013-11-27 11:22:03 -08:00
Brendan Forster
6d433945a0 added Blob to IGitDatabaseClient, added integration tests 2013-11-27 11:03:52 -08:00
Brendan Forster
dc9a3576e6 fleshed out some integration tests for references 2013-11-27 10:40:56 -08:00
Brendan Forster
6cba426813 let's make the folder structure consistent 2013-11-27 10:17:16 -08:00
Gabriel Weyer
090b078a1a Added basic integration testing for review comments client 2013-11-21 16:48:49 +11:00
Simon Cropp
0b0661aa1e add gist get 2013-11-14 12:44:02 +11:00
John Nye
ce1cd2e365 Create integration tests 2013-11-06 21:17:36 +00:00
Kyle Nunery
d4a4b2b927 test placeholder for IssuesEventsClients 2013-11-03 00:45:52 -05:00
Brandon Linton
fdc1764d90 Make sure to include tests in csprojs 2013-11-02 23:33:55 -04:00
Haacked
b416bd704c Hide async warnings in unit tests
These warnings don't apply in our tests.
2013-11-01 20:59:03 -07:00
Phil Haack
bc8269789f Merge pull request #138 from dahlbyk/ObservableMilestones
Reactive Milestone Client
2013-11-01 15:51:23 -07:00
Keith Dahlby
9c1ace9324 Add ObservableMilestoneClient int tests 2013-10-31 23:18:18 -05:00
Haacked
818593bf3f Fix the CI build
A recent change renamed the NetCore Octokit assembly to Octokit.dll.
Since both our test projects are in the same directory, one will cause
the NetCore Octokit.dll to overwrite the Net45 Octokit.dll. This commit
makes sure the unit tests compile to different directories.
2013-10-31 16:15:40 -07:00
Haacked
eaa5ed4380 Implement Commit Status API Client 2013-10-29 23:15:43 -07:00
Haacked
f89c25a03b More integration tests for Issues and Milestones 2013-10-23 15:35:50 -07:00
Haacked
e1d618dcaa Implement AssigneesClient
Implement client to list and check available assignees for a repository
2013-10-23 14:51:48 -07:00
Haacked
ad210cecc7 Implement IssuesClient and interface
This required updating our serialization strategy so we handle enums
better.
2013-10-23 14:46:19 -07:00
Paul Betts
f4e50c071a Initial hack at supporting Notifications API 2013-10-19 16:49:18 -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
half-ogre
738b9e8f58 move automation credential to test helper
This is in preparation for adding much more to this test helper.
2013-10-09 13:27:38 -07:00
Haacked
90f67dd37b Make credential store awaitable
The storage mechanism for credentials is very likely to be an async data
store. So might as well play it safe and make it awaitable.
2013-10-08 16:19:08 -07:00
Haacked
4e445093f7 Implement Miscellaneous Client emoji and markdown 2013-10-06 22:45:15 -07:00
Matt Burke
ede0267a96 Back to ReleasesCLient. 2013-10-03 09:09:28 -07:00
Haacked
0733ba6ced Upgrade to xunit 1.9.2 2013-09-24 09:44:39 -07:00
Haacked
a8e6cbe578 Remove fluent assertions from integration tests 2013-09-23 18:30:10 -07:00
half-ogre
6352cc8b24 skip integration tests in xunit when not set up 2013-09-16 21:03:11 -07:00
half-ogre
beb18d7213 keep automation settings in one place 2013-09-16 19:50:22 -07:00
Haacked
997e955f38 Rename to Octokit to be consistent with other API libs
GitHub is naming all of the libraries Octokit for their respective
platforms
2013-01-29 14:00:27 -08:00