configurationengine/source/cone/public/tests/unittest_options.py
changeset 3 e7e0ae78773e
parent 0 2e8eeb919028
equal deleted inserted replaced
2:87cfa131b535 3:e7e0ae78773e
    16 
    16 
    17 """
    17 """
    18 Test sets
    18 Test sets
    19 """
    19 """
    20 import unittest
    20 import unittest
    21 import sets
       
    22 import sys
       
    23 import os
       
    24 import __init__
       
    25 
    21 
    26 from cone.public import api,exceptions,utils
    22 from cone.public import api,exceptions
    27 
    23 
    28 
    24 
    29 class TestOption(unittest.TestCase):
    25 class TestOption(unittest.TestCase):
    30     def test_create_option(self):
    26     def test_create_option(self):
    31         elem = api.Option('test','123')
    27         elem = api.Option('test','123')