8000 TST/REF: collect tests by method by jbrockmendel · Pull Request #37589 · pandas-dev/pandas · GitHub
[go: up one dir, main page]

Skip to content

TST/REF: collect tests by method #37589

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 7 commits into from
Nov 2, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'master' of https://github.com/pandas-dev/pandas into ts…
…t-dtypefiles
  • Loading branch information
jbrockmendel committed Nov 2, 2020
commit 6ba4d6bda98ea2aab85b3f7965a2f300d2aa77f7
11 changes: 10 additions & 1 deletion pandas/tests/series/test_arithmetic.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,16 @@
from pandas.core.dtypes.common import is_datetime64_dtype, is_datetime64tz_dtype

import pandas as pd
from pandas import Categorical, Index, Series, Timedelta, bdate_range, date_range, isna
from pandas import (
Categorical,
Index,
IntervalIndex,
Series,
Timedelta,
bdate_range,
date_range,
isna,
)
import pandas._testing as tm
from pandas.core import nanops, ops

Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.
0