Revision 05489142
b/test/ganeti.utils_unittest.py | ||
---|---|---|
1320 | 1320 |
self.assertRaises(errors.TypeEnforcementError, self._fdt, {'d': '4 L'}) |
1321 | 1321 |
|
1322 | 1322 |
|
1323 |
class TestIsAbsNormPath(unittest.TestCase):
|
|
1324 |
"""Testing case for IsAbsNormPath"""
|
|
1323 |
class TestIsNormAbsPath(unittest.TestCase):
|
|
1324 |
"""Testing case for IsNormAbsPath"""
|
|
1325 | 1325 |
|
1326 | 1326 |
def _pathTestHelper(self, path, result): |
1327 | 1327 |
if result: |
Also available in: Unified diff