~daisy-pluckers/oops-repository/trunk

« back to all changes in this revision

Viewing changes to oopsrepository/tests/__init__.py

  • Committer: Robert Collins
  • Date: 2011-02-26 19:47:58 UTC
  • Revision ID: robert@canonical.com-20110226194758-u0i9ppdqcpsjifo6
Schema creation is possible.

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
    test_names = [
11
11
        'cassandra_fixture',
12
12
        'config',
 
13
        'schema',
13
14
        ]
14
15
    tests = ['oopsrepository.tests.test_' + test for test in test_names]
15
16
    loader = TestLoader()