Skip to content

Commit b0060af

Browse files
committed
add test for unite_master_part with lookup tables
1 parent ae5a051 commit b0060af

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/test_dependencies.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,17 @@ def test_unite_master_parts():
99
['`s`.`a`', '`s`.`a__q`', '`s`.`a__r`', '`s`.`b`', '`s`.`b__q`', '`s`.`c`', '`s`.`c__q`', '`s`.`d`'])
1010
assert_list_equal(unite_master_parts(
1111
[
12+
'`lab`.`#equipment`',
1213
'`cells`.`cell_analysis_method`',
1314
'`cells`.`cell_analysis_method_task_type`',
1415
'`cells`.`cell_analysis_method_users`',
1516
'`cells`.`favorite_selection`',
1617
'`cells`.`cell_analysis_method__cell_selection_params`',
18+
'`lab`.`#equipment__config`',
1719
'`cells`.`cell_analysis_method__field_detect_params`']),
1820
[
21+
'`lab`.`#equipment`',
22+
'`lab`.`#equipment__config`',
1923
'`cells`.`cell_analysis_method`',
2024
'`cells`.`cell_analysis_method__cell_selection_params`',
2125
'`cells`.`cell_analysis_method__field_detect_params`',

0 commit comments

Comments
 (0)