forked from ungleich-public/cdist
removed unused code/imports
Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
This commit is contained in:
parent
8e0501aaa9
commit
b7c88b03d3
1 changed files with 0 additions and 10 deletions
|
@ -20,9 +20,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
import os
|
import os
|
||||||
import tempfile
|
|
||||||
import unittest
|
import unittest
|
||||||
import shutil
|
|
||||||
|
|
||||||
import cdist.core
|
import cdist.core
|
||||||
|
|
||||||
|
@ -32,14 +30,6 @@ fixtures = op.join(my_dir, 'fixtures')
|
||||||
|
|
||||||
|
|
||||||
class TypeTestCase(unittest.TestCase):
|
class TypeTestCase(unittest.TestCase):
|
||||||
def setUp(self):
|
|
||||||
# FIXME: use defined set of types for testing?
|
|
||||||
# FIXME: generate object tree or use predefined?
|
|
||||||
self.temp_dir = tempfile.mkdtemp()
|
|
||||||
self.object_base_path = op.join(self.temp_dir, '')
|
|
||||||
|
|
||||||
def tearDown(self):
|
|
||||||
shutil.rmtree(self.temp_dir)
|
|
||||||
|
|
||||||
def test_singleton_is_singleton(self):
|
def test_singleton_is_singleton(self):
|
||||||
base_path = fixtures
|
base_path = fixtures
|
||||||
|
|
Loading…
Reference in a new issue