diff rhodecode/tests/functional/test_admin_repos_groups.py @ 1382:c310e1e1e757 beta

Added CheckSessionFlash into init. Added repo_groups_test controller. Renamed users_groups test controller
author Marcin Kuzminski <marcin@python-works.com>
date Tue, 14 Jun 2011 09:38:23 +0200
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/rhodecode/tests/functional/test_admin_repos_groups.py	Tue Jun 14 09:38:23 2011 +0200
@@ -0,0 +1,4 @@
+from rhodecode.tests import *
+
+class TestReposGroupsController(TestController):
+    pass