nmos-testing icon indicating copy to clipboard operation
nmos-testing copied to clipboard

IS-08-01: What's the intention behind test_09, test_10?

Open garethsb opened this issue 4 years ago • 2 comments

    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?

garethsb avatar Jun 30 '20 10:06 garethsb

I believe the intention was to make sure that they don't use UUIDs for example.

andrewbonney avatar Jun 30 '20 11:06 andrewbonney

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

garethsb avatar Jun 30 '20 13:06 garethsb