commit | e6aea8e998739c8cd76c377eddc6661d2512d841 | [log] [tgz] |
---|---|---|
author | Ghanshyam <ghanshyam.mann@nectechnologies.in> | Thu Jul 31 12:41:44 2014 +0900 |
committer | Ghanshyam <ghanshyam.mann@nectechnologies.in> | Thu Aug 28 20:42:07 2014 +0900 |
tree | 0c5aba84e2cd8ee3f89e20bb94572068a29a80d5 | |
parent | cd235c7df56a98fb8adc20b40433cdcdd044265a [diff] |
Use safe_setup instead try block in setUpClass To avoid resource leakage in case of exception in setUpClass, some tests have try catch block in setUpClass and call tearDownClass explicitly. safe_setup decorator is for same purpose which should be used instead. Change-Id: I59372ec96dcec0058d30e503b22540ce09c43d43