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():
112112
113113
114114def 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."
116116 with pytest .raises (ModuleNotFoundError , match = msg ):
117117 implement_for_test_functions .missing_module ()
118118
119119
120120def 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."
122122 with pytest .raises (ModuleNotFoundError , match = msg ):
123123 implement_for_test_functions .missing_version ()
124124
You can’t perform that action at this time.
0 commit comments