]> granicus.if.org Git - python/commit
bpo-34596: Fallback to a default reason when @unittest.skip is uncalled (#9082)
authorNaitree Zhu <Naitreey@gmail.com>
Mon, 9 Sep 2019 14:06:48 +0000 (22:06 +0800)
committerMichael Foord <voidspace@users.noreply.github.com>
Mon, 9 Sep 2019 14:06:48 +0000 (16:06 +0200)
commitd5fd75c53fad7049fc640c9a6162d35f0c5bea03
treea5d7e0fc5daeae1188fe18e6bf5541d92aee23c0
parent264e034f990240e2aa379d8484b15b9e70c1fad5
bpo-34596: Fallback to a default reason when @unittest.skip is uncalled (#9082)

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

* Change default reason to empty string

* Fix rst formatting of NEWS entry
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]