Brendan Forster
56ddff37e2
define tests which require basic authentication
2015-12-14 10:57:06 +10:30
Naveen
1886629e6f
Fixes for Downloading ReleaseAsset zip File #854
...
This commit addressed the `BuildResponse` wasn't handling
response `content-type` `application/octet-stream` for binary items.
2015-10-16 14:29:43 -04:00
William Barbosa
8eba9a6a9c
RepositoryContext class and Extension methods
2015-09-22 23:02:17 -03:00
Mark Taylor
5bd1f1d6c5
Added further integration tests for LastApiInfo
2015-08-02 18:16:11 +01:00
Mark Taylor
f8ee4f94a1
WIP checkin for getting last ApiInfo object
2015-07-31 10:35:51 +01:00
Kristian Hellang
fcca5c2344
Second take on LangVersion
2015-07-22 21:41:08 +02:00
Phil Haack
795aff1640
Merge pull request #808 from octokit/redirect-requests
...
support redirect requests natively
2015-07-17 10:45:57 -07:00
Kristian Hellang
4d2c8406da
Stop teasing me with those new and shiny C# 6 features, Visual Studio
2015-06-16 22:03:20 +02:00
Brendan Forster
72339c81d1
added tests specific to redirects
2015-06-05 15:59:58 +09:30
Kristian Hald
8f3827ee9b
Added integrationtests for the hooks and forks api.
...
Cleaned up the developed code to match some of the newer conventions.
2015-03-22 22:21:17 +01:00
Kristian Hald
9ab0e33bdc
Merge branch 'master' into pr-495ext
...
Conflicts:
Octokit/Octokit-Mono.csproj
Octokit/Octokit-MonoAndroid.csproj
Octokit/Octokit-Monotouch.csproj
Octokit/Octokit-Portable.csproj
Octokit/Octokit-netcore45.csproj
2015-03-22 17:18:22 +01:00
Brendan Forster
0c4b3d86c2
upgrade test projects to xUnit 2.0 RTM
2015-03-17 17:21:55 +09:30
Kristian Hald
c41c4b6117
The integration tests for the 'Forks' github api matching the current implementation of the forks api.
2015-03-14 16:43:24 +01:00
Josh Vera
7cdafaa191
Merge pull request #647 from octokit/new-authorization-api
...
new Authorization Preview API changes
2015-02-23 13:19:18 -05:00
Lars Tabro Sørensen
150e38a264
Merge remote-tracking branch 'upstream/master'
...
Conflicts:
Octokit/Clients/RepositoriesClient.cs
Octokit/Octokit.csproj
2015-01-31 21:14:48 +01:00
Brendan Forster
c56e5711c9
stubbed an initial test
2015-01-04 14:53:09 +09:30
Phil Haack
993c851766
Merge pull request #656 from octokit/support-for-paid-account-tests
...
support for paid account test scenarios
2015-01-03 09:26:30 -08:00
Haacked
c913bf1154
Fix bad merge of Integration test project file
2015-01-02 01:08:26 -08:00
Kristian Hellang
e9969d7350
Example of getting content
2015-01-02 01:08:25 -08:00
Brendan Forster
99239636f6
added test attribute for paid account scenarios
2015-01-02 16:04:29 +09:30
Brendan Forster
ab706bc50c
added VS test runner package for great justice
2014-12-18 12:07:40 +09:30
Brendan Forster
491e54d26e
the other tests no wpass
2014-12-17 20:16:02 +09:30
Brendan Forster
8f48f68fab
upgrade to latest beta
2014-12-14 21:13:17 +09:30
Brendan Forster
74728283b6
remove xunit.extensions
2014-12-14 21:10:58 +09:30
Haacked
1b4d02b142
Ensure no async void methods
...
Added self tests to find async void methods. It found some cases where
we passed an async lambda to a method that did not accept Action<Task>
or Func<Task>. I fixed those tests.
2014-11-07 16:05:53 -08:00
Lars Tabro Sørensen
9ba5377599
Initial integration tests - needs to create a branch to check mergin between branches
2014-11-05 09:13:06 +01:00
Haacked
91811330d9
Upgrade Octokit's dependencies
2014-09-05 18:24:18 -07:00
Brendan Forster
94b05e4579
introduced test helper for creating repository data
2014-07-11 10:08:14 +09:30
Brendan Forster
64659bf5a0
Merge branch 'master' into review-comments
2014-07-10 13:37:20 +09:30
Brendan Forster
ba01aab0cf
added some integration tests
2014-07-08 11:48:02 +09:30
Henrik Andersson
f22e20d077
Observable integration tests
2014-07-03 03:46:27 +10:00
Henrik Andersson
2cc64bdb08
Integration tests
2014-07-03 03:25:07 +10:00
Brendan Forster
ef22c34227
added some tests around uploading assets
2014-05-05 08:33:50 +08:00
Gabriel Weyer
be4c1192b3
Merge
2014-05-03 10:37:59 +10:00
Daniel Cazzulino
6b15848e58
Added tests for the observable teams client.
2014-04-22 18:38:41 -03:00
Daniel Cazzulino
fb6adcb92b
Implemented Get / IsMember for teams
...
Issue #331 .
Added integration tests and a new attribute that requires a new environment variable with an organization to test.
Conflicts:
Octokit.Tests.Integration/Octokit.Tests.Integration.csproj
2014-04-22 17:12:49 -03:00
Haacked
1305b603b3
Add support for requesting raw bytes.
...
People have their reasons. We're going to use the same `IHttpClient`
to request emoji images.
2014-04-16 13:27:18 -07:00
Brendan Forster
9cc582a034
hey, here's some integration tests for ya
2014-03-14 15:48:41 +11:00
Brendan Forster
11514473f9
added a simple integration test and got it passing
2014-03-04 22:10:37 +11:00
Haacked
bbdb61b348
Revert "Update Rx to v2.2.2"
...
This reverts commit a12531ae43 .
2014-02-19 20:59:13 -08:00
Brendan Forster
dfc36a9a78
Merge branch 'master' into shiftkey/revive-pull-requests
2014-02-18 15:40:08 +11:00
Amy Palamountain
60fc710b73
Added intergration tests for contributors api
2014-02-16 17:04:17 +13:00
Peter MacNaughton
a9b9358836
Merge branch 'master' of https://github.com/octokit/octokit.net into deployments_client
2014-02-10 20:15:52 -07:00
Paul Betts
a12531ae43
Update Rx to v2.2.2
2014-02-10 10:57:15 -08: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
cb1a413255
the unit tests now pass
2014-02-03 19:04:01 +11:00
Brendan Forster
34df44410c
fixing all the merge conflicts
2014-02-03 18:58:48 +11:00
Josh Sullivan
654622371a
PullRequest model now contains all of necessary fields
...
- Initial integration test for pull requests (can't seem to do much
without the tree api)
- Added Observable unit tests for the rest of the pull request client
2014-02-03 18:58:44 +11:00
Peter MacNaughton
aa1303399b
Merge branch 'master' into user_emails_client
2014-02-02 11:31:46 -07:00
Peter MacNaughton
ed462e7cd6
Merge branch 'master' into deployments_client
2014-02-02 11:16:19 -07:00