~a-state-of-mind/+junk/mmclient

« back to all changes in this revision

Viewing changes to mmclient/tests/functional/test_mmserver.py

  • Committer: root
  • Date: 2009-04-02 16:39:17 UTC
  • Revision ID: root@mailman-20090402163917-bchhgcytih0gq1nn
initial import

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
from mmclient.tests import *
 
2
 
 
3
class TestMmserverController(TestController):
 
4
 
 
5
    def test_index(self):
 
6
        response = self.app.get(url(controller='mmserver', action='index'))
 
7
        # Test response...