Change serialization backend from pickle to json

This commit is contained in:
Eric Torres
2019-04-10 10:23:56 -07:00
parent ea0a629fd9
commit 4415a82da0
2 changed files with 11 additions and 9 deletions

View File

@ -1,4 +1,4 @@
import doctest
import json
import unittest
from hypothesis import given