mirror of
https://github.com/LukeHagar/connexion.git
synced 2025-12-09 20:37:46 +00:00
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:
@@ -1,7 +1,7 @@
|
||||
import math
|
||||
|
||||
import pytest
|
||||
from mock import MagicMock
|
||||
from unittest.mock import MagicMock
|
||||
|
||||
import connexion.apps
|
||||
from connexion import utils
|
||||
|
||||
Reference in New Issue
Block a user