diff options
| author | Jenkins <jenkins@review.openstack.org> | 2016-04-06 06:13:57 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2016-04-06 06:13:57 +0000 |
| commit | 4307fe22dc7985c6a03913beba818cacad747ebb (patch) | |
| tree | c1651e94ceb1a9f40b12135107ee314260d7cc36 /functional/common/test.py | |
| parent | 05495d508c364eb2361cade6846132aba808f2f9 (diff) | |
| parent | 139a45bb71ca2e99b0c8947c43c8d0165dec165e (diff) | |
| download | python-openstackclient-4307fe22dc7985c6a03913beba818cacad747ebb.tar.gz | |
Merge "Remove unused method cleanup_tmpfile"
Diffstat (limited to 'functional/common/test.py')
| -rw-r--r-- | functional/common/test.py | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/functional/common/test.py b/functional/common/test.py index 1e767af8..810c4e43 100644 --- a/functional/common/test.py +++ b/functional/common/test.py @@ -76,13 +76,6 @@ class TestCase(testtools.TestCase): if expected not in actual: raise Exception(expected + ' not in ' + actual) - @classmethod - def cleanup_tmpfile(cls, filename): - try: - os.remove(filename) - except OSError: - pass - def assert_table_structure(self, items, field_names): """Verify that all items have keys listed in field_names.""" for item in items: |
