added test for utils.make_tuple_fromstr and fixed send_objects to ignore checking nodes for all configs, since that is not always the case
This commit is contained in:
parent
0c840f553d
commit
991abb1895
3 changed files with 27 additions and 5 deletions
|
@ -126,7 +126,7 @@ def make_tuple_fromstr(s, value_type):
|
|||
"""
|
||||
Create a tuple from a string.
|
||||
|
||||
:param str s: string to convert to a tuple
|
||||
:param str|unicode s: string to convert to a tuple
|
||||
:param value_type: type of values to be contained within tuple
|
||||
:return: tuple from string
|
||||
:rtype: tuple
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue