chg: test: add vcr lib

This commit is contained in:
rachmadaniHaryono 2018-10-29 21:32:35 +08:00
parent 41d2089484
commit 1f277dffdc

View File

@ -25,6 +25,7 @@ tests_require = [
'pytest-cov',
'pytest>=3.4.2',
'PyYAML==3.12',
'vcrpy>=1.13.0',
]