annotate rhodecode/tests/functional/test_admin_repos_groups.py @ 3565:a8f2d78d14ea beta

consistently capitalize initial letter in flash messages
author Mads Kiilerich <madski@unity3d.com>
date Wed, 20 Mar 2013 12:16:58 +0100
parents c310e1e1e757
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1382
c310e1e1e757 Added CheckSessionFlash into init.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
1 from rhodecode.tests import *
c310e1e1e757 Added CheckSessionFlash into init.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
2
c310e1e1e757 Added CheckSessionFlash into init.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
3 class TestReposGroupsController(TestController):
c310e1e1e757 Added CheckSessionFlash into init.
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
4 pass