nmos-testing
nmos-testing copied to clipboard
IS-08-01: What's the intention behind test_09, test_10?
def test_09(self, test):
"""Human readable name provided in the props resource"""
return test.MANUAL()
def test_10(self, test):
"""Human readable description provided in the props resource"""
return test.MANUAL()
Would simply checking that these weren't empty strings be enough to automate them?
(They've obviously been here since before the props
resources were renamed properties
.)
What about non-empty human-readable "label"
values for all channels?
I believe the intention was to make sure that they don't use UUIDs for example.
Hmm. It's true, automatically judging whether any given string contains useful human-readable info isn't something I want to attempt. Not sure this kind of a reminder is very useful though. And ought to apply to IS-04 "label"
and "description"
too...