vcr: save fixtures with .yaml extension

master
Justin Riley 2016-08-03 11:31:40 -04:00
parent d57ca4efa8
commit 8d00264eb7
1 changed files with 1 additions and 0 deletions

View File

@ -8,4 +8,5 @@ vcr = VCR(
os.path.dirname(os.path.realpath(__file__)), 'fixtures/oneclient'
),
record_mode='once',
path_transformer=VCR.ensure_suffix('.yaml'),
)