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:
Blake J. Harnden 2018-08-17 08:25:57 -07:00
parent 0c840f553d
commit 991abb1895
3 changed files with 27 additions and 5 deletions

View file

@ -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