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

Improve coverage in test_isoparser #879

Merged
merged 2 commits into from Feb 24, 2019

Commits on Feb 24, 2019

  1. Fix isoparser test and coverage

    There is one bug here in the tests, which was detected when we saw that
    the coverage on the test files was less than 100%. This fixes the bug
    and also uses nocover pragmas for known-uncovered parts of the tests, so
    that the baseline is 100%.
    Fan Huang authored and pganssle committed Feb 24, 2019
    Copy the full SHA
    a7a1323 View commit details
    Browse the repository at this point in the history
  2. Add Fan Huang to AUTHORS.md and changelog for dateutil#879

    Fan Huang authored and pganssle committed Feb 24, 2019
    Copy the full SHA
    69f7884 View commit details
    Browse the repository at this point in the history