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

Parametrize tests for ignore_tz, dayfirst, yearfirst #894

Merged
merged 5 commits into from Mar 16, 2019

Commits on Mar 6, 2019

  1. Parametrize generic parser test cases

    These tests have uninformative names, so they have been gathered into
    three parametetrized tests.
    jbrockmendel authored and pganssle committed Mar 6, 2019
    Copy the full SHA
    22715e3 View commit details
    Browse the repository at this point in the history
  2. Add tests for inverting strftime

    These test that various `strftime` formats are invertable by the parser,
    for the chosen date, they are all unambiguous. and independent of time.
    
    In the future, at least some of these can be moved into a property test
    that does not hard code the format or the date.
    jbrockmendel authored and pganssle committed Mar 6, 2019
    Copy the full SHA
    5cd63cc View commit details
    Browse the repository at this point in the history
  3. Collect TZEnvContext cases in a class

    This improves the organization of the test cases and also allows us to
    skip all tests requiring TZEnvContext at the class level.
    jbrockmendel authored and pganssle committed Mar 6, 2019
    Copy the full SHA
    7347e23 View commit details
    Browse the repository at this point in the history
  4. Fix typo in comment

    jbrockmendel authored and pganssle committed Mar 6, 2019
    Copy the full SHA
    6623110 View commit details
    Browse the repository at this point in the history
  5. Add changelog for PR dateutil#894

    jbrockmendel authored and pganssle committed Mar 6, 2019
    Copy the full SHA
    d0acb3f View commit details
    Browse the repository at this point in the history