Refactor txaws.s3.test.test_client

Bug #955319 reported by Drew Smathers
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
txAWS
New
Undecided
Unassigned

Bug Description

Many of the test cases for s3 client define a local StubQuery class which does some assertions in its __init__() method. There are potential some problems:

1. I'm not sure how many meaningful most of the assertions are there (just verifying basic attributes are set)... perhaps its just cruft that could be eliminated?
2. If we like this testing style perhaps it could be more DRY (*)

(*) By this I mean a global test class that can either be extended with post_init() method for housing assertions or take a callback in its constructor for doing post init assertions.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.