mock_in_unit_test` was causing tests to be skipped where it was used. As of this release that should no longer happen.
0.3.0
This release exposes `_mock_in_unit_test`, a helper for implementing patches, and removes the leading underscore from its name so it's no longer "private". It also fixes a bug where the new `disable_recording` keyword argument to `AbstractPreparer` wasn't used.
0.2.2
Mostly this release is to test releasing to PyPI via Travis. Actual changes: * The vcrpy dependency is no longer fixed at any particular version. * `create_random_name` uses "aztest" instead of the unnecessarily specific "clitest" as a default name prefix. * Preparer subclasses can implement `create_random_name` themselves to override the name creation method.
0.2.1
The CLI test SDK on which this code is based depended on vcrpy 1.10.3, but I upped it to 1.11.1. Locally, at least, that failed whereas 1.10.3 worked. So this change rolls it back to 1.10.3.
0.2.0
Cleaning up in response to code review. Major changes: * All exports exposed in top-level namespace `azure_devtools.scenario_tests`. * `ScenarioTest` renamed to `ReplayableTest`.