Add tests for the core github_sync functionality

This commit is contained in:
Calen Pennington
2012-07-05 11:54:43 -04:00
parent 83da714a50
commit ab851c0b1a
7 changed files with 137 additions and 9 deletions

View File

@@ -0,0 +1,2 @@
class GithubSyncError(Exception):
pass