garnaat / placebo

Make boto3 calls that look real but have no effect.
Apache License 2.0
394 stars 28 forks source link

Grouping response files per unit test? #66

Open alex-harvey-z3q opened 7 years ago

alex-harvey-z3q commented 7 years ago

Placebo is a great tool but I am finding the behaviour of Placebo to read from response files that are internally numbered from 1..n makes it difficult to structure maintainable unit tests.

Would it be possible to add a feature, maybe some kind of counter reset mechanism perhaps? that would allow us group response files in separate directories on a per test case basis to make it easier to make understandable code? Or is this already possible somehow?