1
0
mirror of https://github.com/kevin1024/vcrpy.git synced 2025-12-09 01:03:24 +00:00
Files
vcrpy/vcr
Sam Stavinoha e3f2bc8369 fix with_current_defaults causing TypeError
The from_args() method in cassette.py was
throwing a TypeError when calling

    use_cassette(..., with_current_defaults=True)
    ...
    TypeError: from_args() takes exactly 3 arguments (4 given)

The path was then being passed to use() twice.
2015-03-31 21:08:26 -05:00
..
2015-03-25 13:01:55 -07:00
2015-02-23 23:37:04 -08:00
2015-03-23 18:00:23 -07:00
2014-05-10 11:52:36 -10:00
2014-05-10 11:52:36 -10:00