Skip to content

Commit 98eecb1

Browse files
Run docstring test for sql.py in CI
1 parent 602040f commit 98eecb1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ci/code_checks.sh

+4
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,10 @@ if [[ -z "$CHECK" || "$CHECK" == "doctests" ]]; then
178178
pytest -q --doctest-modules pandas/core/strings/
179179
RET=$(($RET + $?)) ; echo $MSG "DONE"
180180

181+
MSG='Doctests sql.py' ; echo $MSG
182+
pytest -q --doctest-modules pandas/io/sql.py
183+
RET=$(($RET + $?)) ; echo $MSG "DONE"
184+
181185
# Directories
182186

183187
MSG='Doctests arrays'; echo $MSG

0 commit comments

Comments
 (0)