|
1 | 1 | 2.9.0.dev
|
2 | 2 | =========
|
3 | 3 |
|
4 |
| -New Features |
5 |
| ------------- |
| 4 | +**New Features** |
6 | 5 |
|
7 |
| -* New `pytest.mark.skip` mark, which unconditional skips marked tests. |
8 |
| - Thanks Michael Aquilina for the complete PR. |
| 6 | +* New ``pytest.mark.skip`` mark, which unconditional skips marked tests. |
| 7 | + Thanks `@MichaelAquilina`_ for the complete PR (`#1040`_). |
9 | 8 |
|
10 | 9 | * ``--doctest-glob`` may now be passed multiple times in the command-line.
|
11 |
| - Thanks Joshua Bronson and Bruno Oliveira for the PR. |
| 10 | + Thanks `@jab`_ and `@nicoddemus`_ for the PR. |
12 | 11 |
|
13 |
| -* New `-rp` and `-rP` reporting options give the summary and full output |
14 |
| - of passing tests, respectively. Thanks to David Vierra for the PR. |
| 12 | +* New ``-rp`` and ``-rP`` reporting options give the summary and full output |
| 13 | + of passing tests, respectively. Thanks to `@codewarrior0`_ for the PR. |
15 | 14 |
|
16 | 15 | * New ``ALLOW_BYTES`` doctest option strips ``b`` prefixes from byte strings
|
17 | 16 | in doctest output (similar to ``ALLOW_UNICODE``).
|
18 |
| - Thanks Jason R. Coombs for the request and Bruno Oliveira for the PR (#1287). |
| 17 | + Thanks `@jaraco`_ for the request and `@nicoddemus`_ for the PR (`#1287`_). |
19 | 18 |
|
20 | 19 |
|
21 |
| -Changes |
22 |
| -------- |
| 20 | +**Changes** |
23 | 21 |
|
24 |
| -* `pytest_enter_pdb` now optionally receives the pytest config object. |
25 |
| - Thanks Bruno Oliveira for the PR. |
| 22 | +* ``pytest_enter_pdb`` now optionally receives the pytest config object. |
| 23 | + Thanks `@nicoddemus`_ for the PR. |
26 | 24 |
|
27 |
| -* fix #1226: Removed code and documentation for Python 2.5 or lower versions, |
| 25 | +* Removed code and documentation for Python 2.5 or lower versions, |
28 | 26 | including removal of the obsolete ``_pytest.assertion.oldinterpret`` module.
|
29 |
| - Thanks Bruno Oliveira for the PR. |
| 27 | + Thanks `@nicoddemus`_ for the PR (`#1226`_). |
| 28 | + |
30 | 29 |
|
| 30 | +**Bug Fixes** |
31 | 31 |
|
32 |
| -Bug Fixes |
33 |
| ---------- |
| 32 | +* The ``-s`` and ``-c`` options should now work under ``xdist``; |
| 33 | + ``Config.fromdictargs`` now represents its input much more faithfully. |
| 34 | + Thanks to `@bukzor`_ for the complete PR (`#680`_). |
34 | 35 |
|
35 |
| -* fix issue #680: the -s and -c options should now work under xdist; |
36 |
| - `Config.fromdictargs` now represents its input much more faithfully. |
37 |
| - Thanks to Buck Evan for the complete PR. |
| 36 | + |
| 37 | +.. _#1040: https://github.com/pytest-dev/pytest/pull/1040 |
| 38 | +.. _#680: https://github.com/pytest-dev/pytest/issues/680 |
| 39 | +.. _#1287: https://github.com/pytest-dev/pytest/pull/1287 |
| 40 | +.. _#1226: https://github.com/pytest-dev/pytest/pull/1226 |
| 41 | +.. _@MichaelAquilina: https://github.com/MichaelAquilina |
| 42 | +.. _@bukzor: https://github.com/bukzor |
| 43 | +.. _@nicoddemus: https://github.com/nicoddemus |
| 44 | +.. _@jab: https://github.com/jab |
| 45 | +.. _@codewarrior0: https://github.com/codewarrior0 |
| 46 | +.. _@jaraco: https://github.com/jaraco |
38 | 47 |
|
39 | 48 |
|
40 | 49 | 2.8.6.dev1
|
@@ -543,7 +552,7 @@ Bug Fixes
|
543 | 552 | it from the "decorator" case. Thanks Tom Viner.
|
544 | 553 |
|
545 | 554 | - "python_classes" and "python_functions" options now support glob-patterns
|
546 |
| - for test discovery, as discussed in issue600. Thanks Ldiary Translations. |
| 555 | + for test discovery, as discussed in issue600. Thanks Ldiary Translations. |
547 | 556 |
|
548 | 557 | - allow to override parametrized fixtures with non-parametrized ones and vice versa (bubenkoff).
|
549 | 558 |
|
@@ -1757,8 +1766,7 @@ v1.3.3
|
1757 | 1766 | v1.3.2
|
1758 | 1767 | ==============================================
|
1759 | 1768 |
|
1760 |
| -New features |
1761 |
| -++++++++++++++++++ |
| 1769 | +**New features** |
1762 | 1770 |
|
1763 | 1771 | - fix issue103: introduce py.test.raises as context manager, examples::
|
1764 | 1772 |
|
@@ -1793,8 +1801,7 @@ New features
|
1793 | 1801 | - introduce '--junitprefix=STR' option to prepend a prefix
|
1794 | 1802 | to all reports in the junitxml file.
|
1795 | 1803 |
|
1796 |
| -Bug fixes / Maintenance |
1797 |
| -++++++++++++++++++++++++++ |
| 1804 | +**Bug fixes** |
1798 | 1805 |
|
1799 | 1806 | - make tests and the ``pytest_recwarn`` plugin in particular fully compatible
|
1800 | 1807 | to Python2.7 (if you use the ``recwarn`` funcarg warnings will be enabled so that
|
@@ -1832,8 +1839,7 @@ Bug fixes / Maintenance
|
1832 | 1839 | v1.3.1
|
1833 | 1840 | =============================================
|
1834 | 1841 |
|
1835 |
| -New features |
1836 |
| -++++++++++++++++++ |
| 1842 | +**New features** |
1837 | 1843 |
|
1838 | 1844 | - issue91: introduce new py.test.xfail(reason) helper
|
1839 | 1845 | to imperatively mark a test as expected to fail. Can
|
@@ -1871,8 +1877,7 @@ New features
|
1871 | 1877 | course requires that your application and tests are properly teared
|
1872 | 1878 | down and don't have global state.
|
1873 | 1879 |
|
1874 |
| -Fixes / Maintenance |
1875 |
| -++++++++++++++++++++++ |
| 1880 | +**Bug Fixes** |
1876 | 1881 |
|
1877 | 1882 | - improved traceback presentation:
|
1878 | 1883 | - improved and unified reporting for "--tb=short" option
|
@@ -2108,7 +2113,7 @@ v1.1.0
|
2108 | 2113 | - try harder to have deprecation warnings for py.compat.* accesses
|
2109 | 2114 | report a correct location
|
2110 | 2115 |
|
2111 |
| -v1.0.2 |
| 2116 | +v1.0.3 |
2112 | 2117 | =============================================
|
2113 | 2118 |
|
2114 | 2119 | * adjust and improve docs
|
|
0 commit comments