Skip to content

REF/TST: collect reduction tests #24367

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 9 commits into from
Dec 23, 2018
4 changes: 4 additions & 0 deletions pandas/tests/reductions/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
"""
Tests for reductions where we want to test for matching behavior across
Array, Index, Series, and DataFrame methods.
"""
Loading