From: Berker Peksag Date: Tue, 21 Jul 2015 06:30:09 +0000 (+0300) Subject: Use setUpClass and tearDownClass correctly in test_os. X-Git-Tag: v3.6.0a1~1944 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=95e0960220cf3bf0d50f52bb4e462acc7b96dcb5;p=python Use setUpClass and tearDownClass correctly in test_os. According to the documentation, they must be decorated as classmethods. --- 95e0960220cf3bf0d50f52bb4e462acc7b96dcb5