Switched from mock to unittest.mock (#1218)

* Switched from mock to unittest.mock

* Update test_validation.py

Removed mock comment

* Update test_parameter.py

Removed comment for mock

Co-authored-by: Joachim Langenbach <joachim.langenbach@engsas.de>
This commit is contained in:
jlaba
2020-04-23 22:59:41 +02:00
committed by GitHub
parent 818a259a72
commit 16a896cdbf
12 changed files with 12 additions and 15 deletions

View File

@@ -1,7 +1,7 @@
import math
import pytest
from mock import MagicMock
from unittest.mock import MagicMock
import connexion.apps
from connexion import utils