Home
last modified time | relevance | path

Searched refs:IdeaPropertiesUnittests (Results 1 – 1 of 1) sorted by relevance

/tools/asuite/aidegen/lib/
Dconfig_unittest.py321 class IdeaPropertiesUnittests(unittest.TestCase): class
328 IdeaPropertiesUnittests._CONFIG_DIR = tempfile.mkdtemp()
332 shutil.rmtree(IdeaPropertiesUnittests._CONFIG_DIR)
336 cfg = config.IdeaProperties(IdeaPropertiesUnittests._CONFIG_DIR)
341 generated_file = os.path.join(IdeaPropertiesUnittests._CONFIG_DIR,
353 cfg = config.IdeaProperties(IdeaPropertiesUnittests._CONFIG_DIR)
355 generated_file = os.path.join(IdeaPropertiesUnittests._CONFIG_DIR,
367 cfg = config.IdeaProperties(IdeaPropertiesUnittests._CONFIG_DIR)
379 cfg = config.IdeaProperties(IdeaPropertiesUnittests._CONFIG_DIR)
391 cfg = config.IdeaProperties(IdeaPropertiesUnittests._CONFIG_DIR)