]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix test_warnings.test_improper_option()
authorVictor Stinner <victor.stinner@gmail.com>
Thu, 24 Mar 2016 23:28:56 +0000 (00:28 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Thu, 24 Mar 2016 23:28:56 +0000 (00:28 +0100)
commite0511e797c483e1203a096ff96e34dc95368f843
tree87119aaa53c9eb7d0d85023f9914a39cafb8ace3
parent1129084ebde17f78af19ff593d67b6fe37e53321
Fix test_warnings.test_improper_option()

test_warnings: only run test_improper_option() and test_warnings_bootstrap()
once. The unit test doesn't depend on self.module.
Lib/test/test_warnings/__init__.py