Skip to content

Conversation

jbrockmendel
Copy link
Member

No description provided.


@pytest.mark.parametrize("dtype", [np.datetime64, np.timedelta64])
def test_constructor_generic_timestamp_no_frequency(self, dtype):
def test_constructor_generic_timestamp_no_frequency(self, dtype, request):
Copy link
Member

Choose a reason for hiding this comment

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

Is this just an alternative to an imperative call that would fail if the test doesn't produce an expected failure?

Copy link
Member Author

Choose a reason for hiding this comment

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

correct

Copy link
Member

Choose a reason for hiding this comment

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

nice. more verbose but probably a better general solution

Copy link
Member

@WillAyd WillAyd left a comment

Choose a reason for hiding this comment

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

lgtm @jreback

@WillAyd WillAyd added the CI Continuous Integration label Apr 30, 2020
@jreback jreback added this to the 1.1 milestone May 1, 2020
@jreback jreback merged commit c518835 into pandas-dev:master May 1, 2020
@jreback
Copy link
Contributor

jreback commented May 1, 2020

sure

rhshadrach pushed a commit to rhshadrach/pandas that referenced this pull request May 10, 2020
@jbrockmendel jbrockmendel deleted the cifixit branch November 20, 2021 23:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CI Continuous Integration

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants