commit 70d21f8ebee94577b42a88c7b026fc3657dec39d Merge: 1e5e851 df768a6 Author: Arturo Filastò hellais@users.noreply.github.com Date: Tue Jul 8 13:50:10 2014 +0200
Merge pull request #52 from kudrom/fix/error-handling
Improved http error handling, the test coverage and some cleanups
.gitignore | 2 ++ oonib/api.py | 2 ++ oonib/handlers.py | 4 +++- oonib/main/api.py | 8 ++++++++ oonib/main/handlers.py | 19 +++++++++++++++++++ oonib/test/handler_helpers.py | 8 ++++++++ oonib/test/test_global_handler.py | 19 +++++++++++++++++++ oonib/test/test_report.py | 5 +++++ 8 files changed, 66 insertions(+), 1 deletion(-)
tor-commits@lists.torproject.org