File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -112,13 +112,13 @@ def test_implement_for():
112
112
113
113
114
114
def test_implement_for_missing_module ():
115
- msg = "Supported version of ' test_utils.missing_module' has not been found."
115
+ msg = r "Supported version of .* test_utils.missing_module' has not been found."
116
116
with pytest .raises (ModuleNotFoundError , match = msg ):
117
117
implement_for_test_functions .missing_module ()
118
118
119
119
120
120
def test_implement_for_missing_version ():
121
- msg = "Supported version of ' test_utils.missing_version' has not been found."
121
+ msg = r "Supported version of .* test_utils.missing_version' has not been found."
122
122
with pytest .raises (ModuleNotFoundError , match = msg ):
123
123
implement_for_test_functions .missing_version ()
124
124
You can’t perform that action at this time.
0 commit comments