Brendan Forster
2db1ae4701
and have a peek at the obsoleted endpoints
2016-07-11 17:01:22 -07:00
Brendan Forster
a32817d67a
moving scraping code out for readability
2016-07-11 17:01:22 -07:00
Brendan Forster
36ac863ef3
wrote a simple test to audit the current implementation of the octokit API
2016-07-11 17:01:22 -07:00
Brendan Forster
35ec8acc4f
ported HtmlAgilityPack-based test which retrieves all the documented APIs
2016-07-11 17:01:22 -07:00
Brendan Forster
fd09ed571d
wrote some tests to verify linqpad scripts as part of integration
2016-02-02 18:17:57 +10: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