Branch: refs/heads/features
Home: https://github.com/pytest-dev/pytest
Commit: 84061233ef859fc33e53c42fd73b3e72dc435a16
https://github.com/pytest-dev/pytest/commit/84061233ef859fc33e53c42fd73b3e72dc435a16
Author: Alex Gaynor
Date: 2017-08-01 (Tue, 01 Aug 2017)
Changed paths:
M CHANGELOG.rst
Log Message:
---
Tiny rst syntax fix
Commit: 02da1563512db2c48d4037ba3f937c88565bc5a4
https://github.com/pytest-dev/pytest/commit/02da1563512db2c48d4037ba3f937c88565bc5a4
Author: Bruno Oliveira
Date: 2017-08-01 (Tue, 01 Aug 2017)
Changed paths:
M CHANGELOG.rst
Log Message:
---
Merge pull request #2645 from alex/patch-1
Tiny rst syntax fix
Commit: 1deac2e210040acf0999d76615276a96d7af5a38
https://github.com/pytest-dev/pytest/commit/1deac2e210040acf0999d76615276a96d7af5a38
Author: Bruno Oliveira
Date: 2017-08-01 (Tue, 01 Aug 2017)
Changed paths:
M _pytest/pytester.py
M _pytest/runner.py
A changelog/2644.bugfix
M testing/acceptance_test.py
Log Message:
---
Properly escape test names when setting PYTEST_CURRENT_TEST environment
variable
Fix #2644
Commit: 7703dc921ccdafb65cd32bc4b9ec4d266e2538da
https://github.com/pytest-dev/pytest/commit/7703dc921ccdafb65cd32bc4b9ec4d266e2538da
Author: Bruno Oliveira
Date: 2017-08-02 (Wed, 02 Aug 2017)
Changed paths:
M _pytest/runner.py
Log Message:
---
Only skip null bytes before setting the environment variable
As discussed, node ids have already been "ascii" sanitized by the
parametrization process
Commit: 8969bd43c953674799e25979d5e83caab882654d
https://github.com/pytest-dev/pytest/commit/8969bd43c953674799e25979d5e83caab882654d
Author: Florian Bruhin
Date: 2017-08-02 (Wed, 02 Aug 2017)
Changed paths:
M _pytest/pytester.py
M _pytest/runner.py
A changelog/2644.bugfix
M testing/acceptance_test.py
Log Message:
---
Merge pull request #2646 from nicoddemus/issue-2644
Properly escape test names when setting PYTEST_CURRENT_TEST environment variable
Commit: ad52f714a9b6c9b2d27e372b98078cd9d94e469d
https://github.com/pytest-dev/pytest/commit/ad52f714a9b6c9b2d27e372b98078cd9d94e469d
Author: Bruno Oliveira
Date: 2017-08-03 (Thu, 03 Aug 2017)
Changed paths:
M _pytest/terminal.py
A changelog/2579.bugfix
M testing/test_terminal.py
Log Message:
---
Fix small terminal glitch when collecting a single test item
Fix #2579
Commit: 15cdf137d57e9b83176cad20f9b5daf2dd9facd0
https://github.com/pytest-dev/pytest/commit/15cdf137d57e9b83176cad20f9b5daf2dd9facd0
Author: Bruno Oliveira
Date: 2017-08-04 (Fri, 04 Aug 2017)
Changed paths:
A changelog/2626.doc
M doc/en/mark.rst
M doc/en/skipping.rst
M doc/en/unittest.rst
M doc/en/usage.rst
Log Message:
---
Document which pytest features work with `unittest`
Fix #2626
Commit: 12e60956de25f05b38bfa2e92a0b5c37713f2b19
https://github.com/pytest-dev/pytest/commit/12e60956de25f05b38bfa2e92a0b5c37713f2b19
Author: Ronny Pfannschmidt
Date: 2017-08-04 (Fri, 04 Aug 2017)
Changed paths:
M _pytest/terminal.py
A changelog/2579.bugfix
M testing/test_terminal.py
Log Message:
---
Merge pull request #2655 from nicoddemus/terminal-collecting-glitch
Fix small terminal glitch when collecting a single test item
Commit: 37353a854e2545a9b1d8894660a6cf3a12294eba
https://github.com/pytest-dev/pytest/commit/37353a854e2545a9b1d8894660a6cf3a12294eba
Author: Bruno Oliveira
Date: 2017-08-04 (Fri, 04 Aug 2017)
Changed paths:
M doc/en/unittest.rst
Log Message:
---
Implement suggestions by Raphael
Commit: d5f4496bdf8672aa3ebefbdab53a2b15efee9828
https://github.com/pytest-dev/pytest/commit/d5f4496bdf8672aa3ebefbdab53a2b15efee9828
Author: Ronny Pfannschmidt
Date: 2017-08-05 (Sat, 05 Aug 2017)
Changed paths:
A changelog/2626.doc
M doc/en/mark.rst
M doc/en/skipping.rst
M doc/en/unittest.rst
M doc/en/usage.rst
Log Message:
---
Merge pull request #2656 from nicoddemus/unittest-features
Document which pytest features work with `unittest`
Commit: a0101f024e65ca68140f9098469fe686ce1f445f
https://github.com/pytest-dev/pytest/commit/a0101f024e65ca68140f9098469fe686ce1f445f
Author: Srinivas Reddy Thatiparthy
Date: 2017-08-05 (Sat, 05 Aug 2017)
Changed paths:
M AUTHORS
M _pytest/config.py
A changelog/2591.bugfix
M testing/test_config.py
Log Message:
---
remove os.sep as it behaves differently linux and windows.
* on linux it is '/'
* on windows it is '\'
Commit: 76c55b31c658b0241d993ac504605236bd223c89
https://github.com/pytest-dev/pytest/commit/76c55b31c658b0241d993ac504605236bd223c89
Author: Bruno Oliveira
Date: 2017-08-06 (Sun, 06 Aug 2017)
Changed paths:
M AU