]> granicus.if.org Git - python/commit
Use setUpClass and tearDownClass correctly in test_os.
authorBerker Peksag <berker.peksag@gmail.com>
Tue, 21 Jul 2015 06:30:09 +0000 (09:30 +0300)
committerBerker Peksag <berker.peksag@gmail.com>
Tue, 21 Jul 2015 06:30:09 +0000 (09:30 +0300)
commit95e0960220cf3bf0d50f52bb4e462acc7b96dcb5
tree80bdb04cbd44fd11e5bdfbcb81d89cd69ded3ff0
parent8a40b6bbcc243e245d2be9d98fda22d2a65c3814
parent036a71bf25b84fab72b023eaf9591e9c16ae2c52
Use setUpClass and tearDownClass correctly in test_os.

According to the documentation, they must be decorated as classmethods.
Lib/test/test_os.py