[Pytest-commit] [pytest-dev/pytest] 66e9a7: get PYTEST_ADDOPTS before calling _initini

Bruno Oliveira nicoddemus at gmail.com
Wed Oct 18 16:35:14 EDT 2017


  Branch: refs/heads/features
  Home:   https://github.com/pytest-dev/pytest
  Commit: 66e9a794726fd4ba6dc7e28962cdb46b46297e9b
      https://github.com/pytest-dev/pytest/commit/66e9a794726fd4ba6dc7e28962cdb46b46297e9b
  Author: Dirk Thomas <dirk-thomas at users.noreply.github.com>
  Date:   2017-10-11 (Wed, 11 Oct 2017)

  Changed paths:
    M _pytest/config.py

  Log Message:
  -----------
  get PYTEST_ADDOPTS before calling _initini


  Commit: ed7aa074aa6b17befed57264a2414e633f792109
      https://github.com/pytest-dev/pytest/commit/ed7aa074aa6b17befed57264a2414e633f792109
  Author: Dirk Thomas <dirk-thomas at users.noreply.github.com>
  Date:   2017-10-11 (Wed, 11 Oct 2017)

  Changed paths:
    A changelog/2824.feature

  Log Message:
  -----------
  add changelog file for #2824


  Commit: ce8c829945ef30352cc7bec750b91eda85eba8f9
      https://github.com/pytest-dev/pytest/commit/ce8c829945ef30352cc7bec750b91eda85eba8f9
  Author: Dirk Thomas <dirk-thomas at users.noreply.github.com>
  Date:   2017-10-11 (Wed, 11 Oct 2017)

  Changed paths:
    M testing/test_config.py

  Log Message:
  -----------
  add test for #2824


  Commit: 10a3b9118b70ae287b32c218d89a5a5e0c145127
      https://github.com/pytest-dev/pytest/commit/10a3b9118b70ae287b32c218d89a5a5e0c145127
  Author: Bruno Oliveira <nicoddemus at gmail.com>
  Date:   2017-10-11 (Wed, 11 Oct 2017)

  Changed paths:
    M testing/test_config.py

  Log Message:
  -----------
  Use a relative cache_dir in test because of how arguments are parsed on Windows

We use shlex to parse command-line arguments and PYTEST_ADDOPTS, so passing
a full path with '\' arguments produces incorrect results on Windows

Anyway users are advised to use relative paths for portability


  Commit: 537fc3c3152542484754220716677385c1ab9cf3
      https://github.com/pytest-dev/pytest/commit/537fc3c3152542484754220716677385c1ab9cf3
  Author: Bruno Oliveira <nicoddemus at gmail.com>
  Date:   2017-10-18 (Wed, 18 Oct 2017)

  Changed paths:
    M _pytest/config.py
    A changelog/2824.feature
    M testing/test_config.py

  Log Message:
  -----------
  Merge pull request #2824 from dirk-thomas/pytest_addopts_before_initini

get PYTEST_ADDOPTS before calling _initini


Compare: https://github.com/pytest-dev/pytest/compare/71c76d96d3f5...537fc3c31525


More information about the pytest-commit mailing list