Leave body param validation to external lib

This commit is contained in:
Rafael Caricio
2016-02-22 14:02:35 +01:00
parent b60646e047
commit 2fec6e9259
7 changed files with 93 additions and 127 deletions

View File

@@ -1,5 +1,4 @@
import json
import pytest
# we are using "mock" module here for Py 2.7 support
from mock import MagicMock