Update test_diagram.py

updated doc string of test function
pull/498/head
lrjball 5 years ago committed by GitHub
parent 0e67a2beea
commit 8feeea748b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -290,7 +290,7 @@ class ResourcesTest(unittest.TestCase):
def test_folder_depth(self): def test_folder_depth(self):
""" """
The code currently only handles resource folders up to a dir depth of 2 The code currently only handles resource folders up to a dir depth of 2
i.e. resources/provider/module/icon.png, so check that this depth isn't i.e. resources/<provider>/<type>/<image>, so check that this depth isn't
exceeded. exceeded.
""" """
resources_dir = pathlib.Path(__file__).parent.parent / 'resources' resources_dir = pathlib.Path(__file__).parent.parent / 'resources'

Loading…
Cancel
Save