Finished restructuring the OBIDMS_column class properties

This commit is contained in:
Celine Mercier
2016-09-27 14:16:30 +02:00
parent a7f891d1c9
commit 03a2c8ef7c
3 changed files with 20 additions and 37 deletions

View File

@ -118,7 +118,7 @@ def test_add_col(config, infos):
#if existing_col and infos["view_names"] != [] :
# random_view = infos['dms'].open_view(random.choice(infos["view_names"]))
# random_column = random_view[random.choice(list(random_view.get_columns()))]
# random_column_refs = random_column.get_references()
# random_column_refs = random_column.refs
# if random_column_refs['name'] in infos['view'] :
# alias = random_unique_name(infos)
# else :