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

Log the actual exception that caused a ParseError #322

Merged
merged 6 commits into from Jul 6, 2022

Commits on Jul 5, 2022

  1. Log the actual exception that caused a ParseError, reduce code duplic…

    …ation parsing XMl files
    EnricoMi committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    6c322af View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    75ff918 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9819247 View commit details
    Browse the repository at this point in the history
  4. Undo posix test file paths

    EnricoMi committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    a4b0dd3 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2022

  1. Exclude the arbitrary / non-serializable exceptions from dicts

    - UnitTestRunResults.to_dict
    - UnitTestRunDeltaResults.to_dict
    - PublishData.to_dict
    EnricoMi committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    751f215 View commit details
    Browse the repository at this point in the history
  2. Add tests

    EnricoMi committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    1fa65ba View commit details
    Browse the repository at this point in the history