commit | 80c1b9f7eb30ad77f66119dc9426b55fd3867a36 | [log] [tgz] |
---|---|---|
author | Masayuki Igawa <igawa@mxs.nes.nec.co.jp> | Mon Oct 07 17:19:11 2013 +0900 |
committer | Masayuki Igawa <igawa@mxs.nes.nec.co.jp> | Mon Oct 07 18:33:08 2013 +0900 |
tree | e2301a1ef22168550fcdf27133dbfba58c883a71 | |
parent | 58daf5f1f070f7142b8e2d5578e92a634422cc0e [diff] |
Fix skip_because decorator If we use skip_because decorator, the below error occurs. _StringException: ImportError: Failed to import test module:... And, all tests of the class having the skip_because decorator are not tested. This commit fixes it. Change-Id: I98e51d3bfd8b13dc3ef462eb92b170295f5f142e Closes-Bug: #1236220