diff rhodecode/tests/api/test_api_git.py @ 2526:473794943022 beta

Refactored API - added ~100% line coverage tests for api - test against hg and git
author Marcin Kuzminski <marcin@python-works.com>
date Sun, 01 Jul 2012 16:22:38 +0200
parents
children ffd45b185016
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/rhodecode/tests/api/test_api_git.py	Sun Jul 01 16:22:38 2012 +0200
@@ -0,0 +1,7 @@
+from rhodecode.tests import *
+from rhodecode.tests.api.api_base import BaseTestApi
+
+
+class TestGitApi(BaseTestApi, TestController):
+    REPO = GIT_REPO
+    REPO_TYPE = 'git'