We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
pandas/core/tools
1 parent d2525ce commit e3dffc4Copy full SHA for e3dffc4
ci/code_checks.sh
@@ -279,8 +279,8 @@ if [[ -z "$CHECK" || "$CHECK" == "doctests" ]]; then
279
pytest -q --doctest-modules pandas/core/groupby/groupby.py -k"-cumcount -describe -pipe"
280
RET=$(($RET + $?)) ; echo $MSG "DONE"
281
282
- MSG='Doctests datetimes.py' ; echo $MSG
283
- pytest -q --doctest-modules pandas/core/tools/datetimes.py
+ MSG='Doctests tools' ; echo $MSG
+ pytest -q --doctest-modules pandas/core/tools/
284
285
286
MSG='Doctests reshaping functions' ; echo $MSG
0 commit comments