Skip to content
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

Mock Pandas Timestamp now/utcnow/today methods #426

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Nov 10, 2021

  1. Patch classmethods on pandas Timestamp spulec#298.

    David Krych committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    f579ed8 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2021

  1. Ensure Timestamp mocks have correct type.

    David Krych committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    17ce500 View commit details
    Browse the repository at this point in the history
  2. Use Timestamp constructor directly.

    David Krych committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    433a688 View commit details
    Browse the repository at this point in the history
  3. Fix utcnow delegation

    David Krych committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    aa5214c View commit details
    Browse the repository at this point in the history