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

WIP Change outcome to 'passed' for xfail unless it's strict #1795

Merged
merged 17 commits into from
Aug 18, 2016

Commits on Aug 5, 2016

  1. Configuration menu
    Copy the full SHA
    4fc20d0 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2016

  1. Configuration menu
    Copy the full SHA
    10a6ed1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    296f42a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    14a4dd0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    225341c View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2016

  1. Configuration menu
    Copy the full SHA
    55ec1d7 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2016

  1. Configuration menu
    Copy the full SHA
    ea379e0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    018197d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bb3d6d8 View commit details
    Browse the repository at this point in the history
  4. Use a better xfail reason

    hackebrot committed Aug 17, 2016
    Configuration menu
    Copy the full SHA
    d1f2f77 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    767c28d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0173952 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    dfc659f View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2016

  1. unittest's unexpectedSuccess should work as non-strict xpass

    Make sure tests for that behavior obtain the same return code
    using either pytest or unittest to run the same file
    nicoddemus committed Aug 18, 2016
    Configuration menu
    Copy the full SHA
    4ed412e View commit details
    Browse the repository at this point in the history
  2. Quick fix for tests in config depended on the current directory

    When running those tests from pytest's root folder, they would
    fail because they would end up picking pytest's own pytest.ini
    nicoddemus committed Aug 18, 2016
    Configuration menu
    Copy the full SHA
    224ef67 View commit details
    Browse the repository at this point in the history
  3. Update CHANGELOG entries

    nicoddemus committed Aug 18, 2016
    Configuration menu
    Copy the full SHA
    0fb34cd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    68ebf55 View commit details
    Browse the repository at this point in the history