Skip to content

Commit e3dffc4

Browse files
author
MomIsBestFriend
committed
Added pandas/core/tools directory
1 parent d2525ce commit e3dffc4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/code_checks.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -279,8 +279,8 @@ if [[ -z "$CHECK" || "$CHECK" == "doctests" ]]; then
279279
pytest -q --doctest-modules pandas/core/groupby/groupby.py -k"-cumcount -describe -pipe"
280280
RET=$(($RET + $?)) ; echo $MSG "DONE"
281281

282-
MSG='Doctests datetimes.py' ; echo $MSG
283-
pytest -q --doctest-modules pandas/core/tools/datetimes.py
282+
MSG='Doctests tools' ; echo $MSG
283+
pytest -q --doctest-modules pandas/core/tools/
284284
RET=$(($RET + $?)) ; echo $MSG "DONE"
285285

286286
MSG='Doctests reshaping functions' ; echo $MSG

0 commit comments

Comments
 (0)