]> 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:29:48 +0000 (09:29 +0300)
committerBerker Peksag <berker.peksag@gmail.com>
Tue, 21 Jul 2015 06:29:48 +0000 (09:29 +0300)
commit036a71bf25b84fab72b023eaf9591e9c16ae2c52
tree24e48157f7f883ed7f8282d6c4a0cdd3a89855e8
parente1f6805776b9b85791f9b3ae2cf998b7fed4a5bf
Use setUpClass and tearDownClass correctly in test_os.

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