Skip to content

TST: Split test_offsets.py - Added fixtures for date offsets and business date offsets #31034

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

Closed
wants to merge 2 commits into from
Closed

TST: Split test_offsets.py - Added fixtures for date offsets and business date offsets #31034

wants to merge 2 commits into from

Conversation

Raalsky
Copy link

@Raalsky Raalsky commented Jan 15, 2020

In context of #30194 and #31031
Second part with added (bussiness-)date offsets fixtures

@Raalsky Raalsky mentioned this pull request Jan 15, 2020
5 tasks
@charlesdong1991 charlesdong1991 added the Testing pandas testing functions or related to the test suite label Jan 15, 2020
Copy link
Contributor

@jreback jreback left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pls rebase as well

if issubclass(getattr(offsets, o), offsets.MonthOffset) and o != "MonthOffset"
]
)
def date_month_classes(request):
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this seems to duplicate month_classes no? I like your name better, can you remove the other one (and change to use this one)

"FY5253Quarter",
"FY5253",
}

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you define offset_types in terms of the lists above?

Copy link
Author

@Raalsky Raalsky Jan 30, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry but I'm off due to my exams. I'll be back within a few days 😉

@WillAyd
Copy link
Member

WillAyd commented Mar 14, 2020

@Raalsky still active? Can you address above comments?

@Raalsky Raalsky closed this Mar 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Testing pandas testing functions or related to the test suite
Projects
None yet
Development

Successfully merging this pull request may close these issues.

TST: Split test_offsets.py
4 participants