~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to loggerhead/tests/__init__.py

  • Committer: John Arbash Meinel
  • Date: 2011-02-10 23:06:59 UTC
  • mfrom: (423.2.8 load-test)
  • Revision ID: john@arbash-meinel.com-20110210230659-ejcgl2r4z768beho
Land the load-test code into trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Copyright 2006, 2010 Canonical Ltd
 
1
# Copyright 2006, 2010, 2011 Canonical Ltd
2
2
#
3
3
# This program is free software; you can redistribute it and/or modify
4
4
# it under the terms of the GNU General Public License as published by
20
20
        (__name__ + '.' + x) for x in [
21
21
            'test_controllers',
22
22
            'test_corners',
 
23
            'test_load_test',
23
24
            'test_simple',
24
25
            'test_templating',
25
26
        ]]))