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: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=95e0960220cf3bf0d50f52bb4e462acc7b96dcb5;p=thirdparty%2FPython%2Fcpython.git Use setUpClass and tearDownClass correctly in test_os. According to the documentation, they must be decorated as classmethods. --- 95e0960220cf3bf0d50f52bb4e462acc7b96dcb5