Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: pytest-dev/pytest
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: dd9a27c
Choose a base ref
...
head repository: pytest-dev/pytest
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: c9a96cd
Choose a head ref
  • 10 commits
  • 9 files changed
  • 5 contributors

Commits on Nov 14, 2019

  1. Update text in PR template

    hugovk committed Nov 14, 2019
    Configuration menu
    Copy the full SHA
    350c27c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    48ec7d2 View commit details
    Browse the repository at this point in the history
  3. Update advice about _called_from_test.

    Instead of giving an example of using sys and then, at the end,
    advising not to use sys, just give a correct example. This is
    especially helpful since mypy 0.740 has started (correctly) complaining
    about sys._called_from_pytest not being present.
    shields-fn committed Nov 14, 2019
    Configuration menu
    Copy the full SHA
    bd68c2a View commit details
    Browse the repository at this point in the history
  4. Update advice about _called_from_test. (#6168)

    Update advice about _called_from_test.
    nicoddemus authored Nov 14, 2019
    Configuration menu
    Copy the full SHA
    e2a0987 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d4e4ab5 View commit details
    Browse the repository at this point in the history
  6. Preparing release version 5.2.3 (#6190)

    Preparing release version 5.2.3
    nicoddemus authored Nov 14, 2019
    Configuration menu
    Copy the full SHA
    e856638 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2019

  1. Revert "fix bug with nonskipped first test in package (#5831)"

    This reverts commit 85288b5, reversing
    changes made to 5f9db8a.
    asottile committed Nov 15, 2019
    Configuration menu
    Copy the full SHA
    176c777 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4e0f992 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #6197 from asottile/fix_init_py_discovery

    Fix incorrect discovery of non-test `__init__.py` files.
    asottile authored Nov 15, 2019
    Configuration menu
    Copy the full SHA
    19a15a9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c9a96cd View commit details
    Browse the repository at this point in the history
Loading