1
0
mirror of https://github.com/kevin1024/vcrpy.git synced 2025-12-08 16:53:23 +00:00

Handle unicode error in json serialize properly.

This commit is contained in:
Ivan Malison
2014-10-07 13:21:16 -07:00
parent a9a68ba44b
commit 99692a92d2
3 changed files with 23 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
'''Basic tests about cassettes'''
'''Basic tests for cassettes'''
# coding=utf-8
# External imports