~j-launchpad-dennis/ladon/ladon

« back to all changes in this revision

Viewing changes to frameworks/python/tests/servicerunner.py

  • Committer: jakob at simon-gaarde
  • Date: 2012-10-18 07:07:01 UTC
  • mfrom: (93.1.2 trunk)
  • Revision ID: jakob@simon-gaarde.dk-20121018070701-726bp6u0cw962pkf
Merge and commited Mykhailo Stadnyk's branch to the collection module

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
service_modules = [
9
9
        'stringtests',
10
10
        'typetests',
11
 
        'attachmenttests'
 
11
        'attachmenttests',
 
12
        'collectiontest'
12
13
]
13
14
 
14
15
def make_server():