From 8d00264eb75ea01101bff0d0c58d6698d3963cb9 Mon Sep 17 00:00:00 2001 From: Justin Riley Date: Wed, 3 Aug 2016 11:31:40 -0400 Subject: [PATCH] vcr: save fixtures with .yaml extension --- onedns/tests/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/onedns/tests/__init__.py b/onedns/tests/__init__.py index 10b91bf..effcb57 100644 --- a/onedns/tests/__init__.py +++ b/onedns/tests/__init__.py @@ -8,4 +8,5 @@ vcr = VCR( os.path.dirname(os.path.realpath(__file__)), 'fixtures/oneclient' ), record_mode='once', + path_transformer=VCR.ensure_suffix('.yaml'), )