]> granicus.if.org Git - python/commit
bpo-34596: Fallback to a default reason when @unittest.skip is uncalled (GH-9082...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 9 Sep 2019 15:01:15 +0000 (08:01 -0700)
committerMichael Foord <voidspace@users.noreply.github.com>
Mon, 9 Sep 2019 15:01:14 +0000 (17:01 +0200)
commit3bd4bed78a0b068e28bcf2242d33aed227c2532c
tree769a029b655701f6e7f77696acd9ce80595e62fd
parentcabcbbe7a518d53cd7dbb915ceccf4970c2d0ea5
bpo-34596: Fallback to a default reason when @unittest.skip is uncalled (GH-9082) (#15781)

* bpo-34596: Fallback to a default reason when @unittest.skip is uncalled

* Change default reason to empty string

* Fix rst formatting of NEWS entry
(cherry picked from commit d5fd75c53fad7049fc640c9a6162d35f0c5bea03)

Co-authored-by: Naitree Zhu <Naitreey@gmail.com>
Lib/unittest/case.py
Lib/unittest/test/test_skipping.py
Misc/NEWS.d/next/Tests/2018-09-07-01-18-27.bpo-34596.r2-EGd.rst [new file with mode: 0644]