~fwereade/txaws/handle-s3-prefix

« back to all changes in this revision

Viewing changes to txaws/server/tests/test_registry.py

  • Committer: Thomas Hervé
  • Date: 2012-03-18 14:15:01 UTC
  • Revision ID: thomas@canonical.com-20120318141501-z5e4snwbzugjcuaw
Allow to pass extra argument to the venusian scan call [trivial]

Show diffs side-by-side

added added

removed removed

Lines of Context:
117
117
 
118
118
    if not has_venusian:
119
119
        test_scan.skip = "venusian module not available"
120
 
        test_scan_raises_error_on_importerror.skip = "venusian module not "
121
 
        "available"
 
120
        test_scan_raises_error_on_importerror.skip = (
 
121
            "venusian module not available")
122
122
        test_scan_swallows_with_onerror.skip = "venusian module not available"