We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eab04c0 commit 9bc6f0cCopy full SHA for 9bc6f0c
ci/code_checks.sh
@@ -149,7 +149,7 @@ if [[ -z "$CHECK" || "$CHECK" == "patterns" ]]; then
149
RET=$(($RET + $?)) ; echo $MSG "DONE"
150
151
# Check for the following code in testing: `unittest.mock`, `mock.Mock()` or `mock.patch`
152
- MSG='Check that unittest.mock is not used (pytest builtin monkeypatch fixture should be used instread)' ; echo $MSG
+ MSG='Check that unittest.mock is not used (pytest builtin monkeypatch fixture should be used instead)' ; echo $MSG
153
invgrep -r -E --include '*.py' '(unittest(\.| import )mock|mock\.Mock\(\)|mock\.patch)' pandas/tests/
154
155
0 commit comments