2016-06-30 19:42:56 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Updated py-betamax to 0.7.1.
0.7.1 - 2016-06-14
------------------
- Fix issue #108 by effectively copying the items in the match_requests_on
list into the match_options set on a Cassette instance
|
2016-06-08 19:49:20 by Thomas Klausner | Files touched by this commit (15) |
Log message:
Switch to MASTER_SITE_PYPI.
|
2016-05-05 13:37:32 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Updated py35-betamax to 0.7.0.
0.7.0 - 2016-04-29
------------------
- Add ``before_record`` and ``before_playback`` hooks
- Allow per-cassette placeholders to be merged and override global
placeholders
- Fix bug where the ``QueryMatcher`` failed matching on high Unicode points
|
2016-04-17 11:59:39 by Thomas Klausner | Files touched by this commit (3) |
Log message:
Update py-betamax to 0.6.0.
0.6.0 - 2016-04-12
------------------
- Add ``betamax_recorder`` pytest fixture
- Change default behaviour to allow duplicate interactions to be recorded in
single cassette
- Add ``allow_playback_repeats`` to allow an interaction to be used more than
once from a single cassette
- Always return a new ``Response`` object from an Interaction to allow for a
streaming response to be usable multiple times
- Remove CI support for Pythons 2.6 and 3.2
|
2015-12-04 22:46:47 by Thomas Klausner | Files touched by this commit (4) |
Log message:
Import py34-betamax-0.5.1 as www/py-betamax.
Betamax is a VCR_ imitation for requests. This will make mocking out requests
much easier. It is tested on 'Travis CI'.
Put in a more humorous way: "Betamax records your HTTP interactions so the NSA
does not have to."
|