- Nov 30, 2013
-
-
Jonathan Rudenberg authored
This reverts commit 699505c8.
-
Jonathan Rudenberg authored
- Proof of Concept of Activity Feed Spoofing
-
- Oct 01, 2013
-
-
Ian Cordasco authored
-
- Sep 03, 2013
-
-
Ian Cordasco authored
-
- Aug 09, 2013
-
-
Ian Cordasco authored
-
- Jul 26, 2013
-
-
Ian Cordasco authored
-
- Jul 05, 2013
-
-
Ian Cordasco authored
-
- May 17, 2013
-
-
Ian Cordasco authored
-
- May 05, 2013
-
-
xiongchiamiov authored
This just never got added in for whatever reason.
-
- Mar 02, 2013
-
-
Ian Cordasco authored
-
- Feb 06, 2013
-
-
Ian Cordasco authored
This should make it easier to install the testing dependencies for new users. Re: discussion on #65
-
Malcolm Box authored
-
- Nov 18, 2012
-
-
Ian Cordasco authored
Also add item to TODO list about setting logical and sane defaults.
-
- Oct 18, 2012
-
-
Ian Cordasco authored
-
- Oct 17, 2012
-
-
Ian Cordasco authored
-
Ian Cordasco authored
The old tests are no longer needed on this branch.
-
- Oct 15, 2012
-
-
Ian Cordasco authored
-
- Oct 06, 2012
-
-
Ian Cordasco authored
[ci skip]
-
- Oct 05, 2012
-
-
Ian Cordasco authored
-
Ian Cordasco authored
-
- Oct 04, 2012
-
-
Ian Cordasco authored
-
- Sep 25, 2012
-
-
Ian Cordasco authored
Update TODO with notes about hurds that will be faces in the future while testing. Also update the README with accurate approximation and date.
-
- Sep 24, 2012
-
-
Ian Cordasco authored
Fix the last of that awful test pattern: with expect.raises(github3.GitHubError): # multiple statements
-
- Sep 22, 2012
-
-
Ian Cordasco authored
I also need to come up with a way to test if user.update() is ever False.
-
- Sep 17, 2012
-
-
Ian Cordasco authored
-
- Sep 07, 2012
-
-
Ian Cordasco authored
-
- Sep 04, 2012
-
-
Ian Cordasco authored
Fix user tests. Also this should complete coverage for gists. Finally add an alias for coverage_all (coverage_auth).
-
- Aug 19, 2012
-
-
Ian Cordasco authored
Also mention how to run the tests in an easy way.
-
- Aug 01, 2012
-
-
Ian Cordasco authored
Some unnecessary bits in there.
-
- Jul 25, 2012
-
-
Ian Cordasco authored
-
- Jul 17, 2012
-
-
SigmaVirus24 authored
-
- Jul 05, 2012
-
-
Ian Cordasco authored
[ci skip]
-
- Jun 28, 2012
-
-
Ian Cordasco authored
Also, fixed a poor choice of words in the docs.
-
Ian Cordasco authored
-
- Jun 27, 2012
-
-
Ian Cordasco authored
-
- Jun 25, 2012
-
-
Ian Cordasco authored
Finish documenting the majority of the project. Added some examples. Added some events list functions. Just a few left.
-
- Jun 19, 2012
-
-
Ian Cordasco authored
Start Search.
-
- Jun 17, 2012
-
-
SigmaVirus24 authored
-
- Jun 13, 2012
-
-
Ian Cordasco authored
I'm going to try to wrap up Events and Search by the end of this week. I'm also going to start documenting the module as best as possible.
-
- Jun 11, 2012
-
-
SigmaVirus24 authored
I also realized that with some of the functions that check a condition, e.g., is_watching() and is_following(), GitHub returns 404 in the instance you're not watching/following the repository/user. This would throw an Error instead of returning a boolean value. Instead of catching the error, the simplest solution is to simply check the status code returned by the request.
-