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

test(python): date-time unit tests refactor #7002

Merged

Commits on Feb 19, 2023

  1. test(python): median & mean unit test parameters updated.

    Testing for different cases, including skewed case - when one of the functions would have worked but the other failed.
    MatveyF committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    0b500eb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eba94b3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9cb794c View commit details
    Browse the repository at this point in the history
  4. test(python): added series_of_dates fixture and removed redundant…

    … `Series` name assignments.
    MatveyF committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    0adf77d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9a5ddaf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2d82701 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f5c1886 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d94f493 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    facc2f0 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    97f0f74 View commit details
    Browse the repository at this point in the history
  11. test(python): split test_dt_datetimes into `test_dt_strptime_extrac…

    …t_times`, `test_strptime_epoch`, and `test_strptime_fractional_seconds`.
    
    Applied `parametrize` where applicable
    MatveyF committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    e5e8f2c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    129fed7 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    5f78f72 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    99813f7 View commit details
    Browse the repository at this point in the history
  15. style(python): cleaner comments & spacing & renamed test_epoch -> `…

    …test_epoch_matches_timestamp`
    MatveyF committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    416e04e View commit details
    Browse the repository at this point in the history
  16. fix(python): type annotations

    MatveyF committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    c9c47a0 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    e14a38b View commit details
    Browse the repository at this point in the history