【RF库Collections测试】Remove Duplicates

Name:
Remove Duplicates
Source:
Collections <test library>
Arguments:
[ list_ ]
Returns a list without duplicates based on the given `list`.
Creates and returns a new list that contains all items in the given list so that one item can appear only once. Order of the items in the new list is the same as in the original except for missing duplicates. Number of the removed duplicates is logged.
New in Robot Framework 2.7.5.

原文地址:https://www.cnblogs.com/apple2016/p/7050989.html