[Pytest-commit] [pytest-dev/pytest] d78415: #1642 Add rootdir option

Bruno Oliveira nicoddemus at gmail.com
Wed Feb 7 15:19:01 EST 2018


  Branch: refs/heads/features
  Home:   https://github.com/pytest-dev/pytest
  Commit: d784155fd2d306157bca115cb87c8eb3c488b746
      https://github.com/pytest-dev/pytest/commit/d784155fd2d306157bca115cb87c8eb3c488b746
  Author: feuillemorte <fmorte at ya.ru>
  Date:   2018-01-17 (Wed, 17 Jan 2018)

  Changed paths:
    M AUTHORS
    M _pytest/main.py
    M testing/test_session.py

  Log Message:
  -----------
  #1642 Add rootdir option


  Commit: 86f01967e160550468cfb4a5efce8a2d744ccabc
      https://github.com/pytest-dev/pytest/commit/86f01967e160550468cfb4a5efce8a2d744ccabc
  Author: feuillemorte <fmorte at ya.ru>
  Date:   2018-01-17 (Wed, 17 Jan 2018)

  Changed paths:
    A changelog/1642.trivial

  Log Message:
  -----------
  #1642 Added changelog entry


  Commit: 4a18d7616078fa4a0c99b67501ac5e041faf5f21
      https://github.com/pytest-dev/pytest/commit/4a18d7616078fa4a0c99b67501ac5e041faf5f21
  Author: feuillemorte <fmorte at ya.ru>
  Date:   2018-01-17 (Wed, 17 Jan 2018)

  Changed paths:
    M testing/test_session.py

  Log Message:
  -----------
  #1642 remove print


  Commit: a7c39c894b5b51f3efa9eb48de421b34bd069c26
      https://github.com/pytest-dev/pytest/commit/a7c39c894b5b51f3efa9eb48de421b34bd069c26
  Author: feuillemorte <fmorte at ya.ru>
  Date:   2018-01-17 (Wed, 17 Jan 2018)

  Changed paths:
    M changelog/1642.trivial

  Log Message:
  -----------
  #1642 fix flake8


  Commit: 83034bbd489aa3b5bfcf3efadc63c883b046ba1a
      https://github.com/pytest-dev/pytest/commit/83034bbd489aa3b5bfcf3efadc63c883b046ba1a
  Author: feuillemorte <fmorte at ya.ru>
  Date:   2018-01-20 (Sat, 20 Jan 2018)

  Changed paths:
    M _pytest/config.py
    M _pytest/main.py
    M testing/test_session.py

  Log Message:
  -----------
  #1642 Fix rootdir option


  Commit: a7066ba8373f9fcfa424d698a304294f978a7c14
      https://github.com/pytest-dev/pytest/commit/a7066ba8373f9fcfa424d698a304294f978a7c14
  Author: Bruno Oliveira <nicoddemus at gmail.com>
  Date:   2018-01-23 (Tue, 23 Jan 2018)

  Changed paths:
    M changelog/1642.trivial

  Log Message:
  -----------
  Update formatting in the CHANGELOG


  Commit: 0cfa975930f450537543e8d8334f4518f63fba56
      https://github.com/pytest-dev/pytest/commit/0cfa975930f450537543e8d8334f4518f63fba56
  Author: feuillemorte <fmorte at ya.ru>
  Date:   2018-01-25 (Thu, 25 Jan 2018)

  Changed paths:
    M testing/test_session.py

  Log Message:
  -----------
  #1642 Fix tests


  Commit: 503e00f7ffca1b2805abe97b4a9f63870a98eaaa
      https://github.com/pytest-dev/pytest/commit/503e00f7ffca1b2805abe97b4a9f63870a98eaaa
  Author: feuillemorte <fmorte at ya.ru>
  Date:   2018-01-25 (Thu, 25 Jan 2018)

  Changed paths:
    M _pytest/config.py

  Log Message:
  -----------
  #1642 Remove adding rootdir to sys path


  Commit: 3a004a4507e57aa199884183ab735e501121130d
      https://github.com/pytest-dev/pytest/commit/3a004a4507e57aa199884183ab735e501121130d
  Author: feuillemorte <fmorte at ya.ru>
  Date:   2018-01-25 (Thu, 25 Jan 2018)

  Changed paths:
    M doc/en/customize.rst

  Log Message:
  -----------
  added rootdir description to customize.rst


  Commit: ace772c7433b7bf38c2e2908a2535cae6ea4a175
      https://github.com/pytest-dev/pytest/commit/ace772c7433b7bf38c2e2908a2535cae6ea4a175
  Author: feuillemorte <fmorte at ya.ru>
  Date:   2018-01-25 (Thu, 25 Jan 2018)

  Changed paths:
    M changelog/1642.trivial

  Log Message:
  -----------
  Merge branch '1642-add-rootdir-option' of github.com:feuillemorte/pytest into 1642-add-rootdir-option


  Commit: 741b571f3b6cd1bcfec6db7ba90f112cd5bbc8d1
      https://github.com/pytest-dev/pytest/commit/741b571f3b6cd1bcfec6db7ba90f112cd5bbc8d1
  Author: feuillemorte <fmorte at ya.ru>
  Date:   2018-02-01 (Thu, 01 Feb 2018)

  Changed paths:
    M _pytest/config.py
    M testing/test_session.py

  Log Message:
  -----------
  #1642 fix tests and config.py


  Commit: 9f1772e679712a2cb2ece5c6c0a8cbe5fa46bdc7
      https://github.com/pytest-dev/pytest/commit/9f1772e679712a2cb2ece5c6c0a8cbe5fa46bdc7
  Author: feuillemorte <fmorte at ya.ru>
  Date:   2018-02-01 (Thu, 01 Feb 2018)

  Changed paths:
    M .gitignore
    M AUTHORS
    M CHANGELOG.rst
    M HOWTORELEASE.rst
    M _pytest/_argcomplete.py
    M _pytest/_code/code.py
    M _pytest/_code/source.py
    M _pytest/assertion/__init__.py
    M _pytest/cacheprovider.py
    M _pytest/capture.py
    M _pytest/config.py
    M _pytest/debugging.py
    M _pytest/fixtures.py
    M _pytest/helpconfig.py
    M _pytest/hookspec.py
    M _pytest/junitxml.py
    M _pytest/logging.py
    M _pytest/main.py
    M _pytest/mark.py
    M _pytest/monkeypatch.py
    M _pytest/pytester.py
    M _pytest/python.py
    M _pytest/runner.py
    M _pytest/terminal.py
    M _pytest/tmpdir.py
    R changelog/2976.trivial
    R changelog/3016.bugfix
    R changelog/3038.feature
    R changelog/3074.bugfix
    R changelog/3076.doc
    R changelog/3088.bugfix
    R changelog/3092.doc
    R changelog/3101.feature
    M doc/en/announce/index.rst
    A doc/en/announce/release-3.4.0.rst
    M doc/en/backwards-compatibility.rst
    M doc/en/builtin.rst
    M doc/en/cache.rst
    M doc/en/customize.rst
    M doc/en/example/assertion/failure_demo.py
    M doc/en/example/markers.rst
    M doc/en/example/nonpython.rst
    M doc/en/example/reportingdemo.rst
    M doc/en/example/simple.rst
    M doc/en/example/special.rst
    M doc/en/fixture.rst
    M doc/en/getting-started.rst
    M doc/en/logging.rst
    M doc/en/parametrize.rst
    M doc/en/usage.rst
    M doc/en/warnings.rst
    M doc/en/writing_plugins.rst
    M extra/get_issues.py
    M tasks/requirements.txt
    M testing/acceptance_test.py
    M testing/code/test_excinfo.py
    M testing/code/test_source.py
    M testing/logging/test_fixture.py
    A testing/logging/test_formatter.py
    M testing/logging/test_reporting.py
    M testing/python/collect.py
    M testing/python/fixture.py
    M testing/python/metafunc.py
    M testing/test_argcomplete.py
    M testing/test_assertrewrite.py
    R testing/test_cache.py
    A testing/test_cacheprovider.py
    M testing/test_capture.py
    M testing/test_collection.py
    M testing/test_config.py
    M testing/test_conftest.py
    M testing/test_junitxml.py
    M testing/test_mark.py
    M testing/test_parseopt.py
    M testing/test_pdb.py
    M testing/test_pluginmanager.py
    M testing/test_pytester.py
    M testing/test_recwarn.py
    M testing/test_runner.py
    M testing/test_terminal.py

  Log Message:
  -----------
  #1642 Resolve conflicts


  Commit: 936651702bc14ed785dc40e364feed7f48892f1a
      https://github.com/pytest-dev/pytest/commit/936651702bc14ed785dc40e364feed7f48892f1a
  Author: feuillemorte <fmorte at ya.ru>
  Date:   2018-02-01 (Thu, 01 Feb 2018)

  Changed paths:
    M testing/test_session.py

  Log Message:
  -----------
  #1642 Fix tests


  Commit: 3eb6cad222b3c5eb5d060f19faf94d046b95dfde
      https://github.com/pytest-dev/pytest/commit/3eb6cad222b3c5eb5d060f19faf94d046b95dfde
  Author: feuillemorte <fmorte at ya.ru>
  Date:   2018-02-01 (Thu, 01 Feb 2018)

  Changed paths:
    M _pytest/config.py
    M doc/en/customize.rst
    M testing/test_session.py

  Log Message:
  -----------
  #1642 Fix comments


  Commit: 37d836d754eb8e20540ff1a16da76edee9a7adda
      https://github.com/pytest-dev/pytest/commit/37d836d754eb8e20540ff1a16da76edee9a7adda
  Author: Bruno Oliveira <nicoddemus at gmail.com>
  Date:   2018-02-01 (Thu, 01 Feb 2018)

  Changed paths:
    M doc/en/customize.rst

  Log Message:
  -----------
  Reword docs slightly


  Commit: ce0a9aadec04048476ae01d95449ab06c4bdaeec
      https://github.com/pytest-dev/pytest/commit/ce0a9aadec04048476ae01d95449ab06c4bdaeec
  Author: Bruno Oliveira <nicoddemus at gmail.com>
  Date:   2018-02-07 (Wed, 07 Feb 2018)

  Changed paths:
    M AUTHORS
    M _pytest/config.py
    M _pytest/main.py
    A changelog/1642.trivial
    M doc/en/customize.rst
    M testing/test_session.py

  Log Message:
  -----------
  Merge pull request #3127 from feuillemorte/1642-add-rootdir-option

#1642 add rootdir option


Compare: https://github.com/pytest-dev/pytest/compare/ed12cf3fb385...ce0a9aadec04


More information about the pytest-commit mailing list