~tribaal/txaws/xss-hardening

« back to all changes in this revision

Viewing changes to txaws/tests/test_service.py

  • Committer: Thomas Hervé
  • Date: 2011-09-16 21:10:05 UTC
  • mfrom: (94.1.1 add-schema-extend)
  • Revision ID: thomas@canonical.com-20110916211005-xgfgor9w8dou0zo0
Merge add-schema-extend [a=bigkevmcd] [r=jkakar, therve] [f=851908]

This allows a parent schema to be extended with additional schema parameters.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
try:
7
7
    from txaws.s3.client import S3Client
8
8
except ImportError:
9
 
    s3clientSkip = ("S3Client couldn't be imported (perhaps because dateutil, "
 
9
    s3clientSkip = ("S3Client couldn't be imported (perhaps because epsilon, "
10
10
                    "on which it depends, isn't present)")
11
11
else:
12
12
    s3clientSkip = None