look in tests for deprecated imports

This commit is contained in:
Brian Hicks 2020-08-13 16:23:49 -05:00
parent e34e887b43
commit 19fd32831b

View File

@ -27,6 +27,10 @@ class ElmJson:
self.elm_version = self.data["elm-version"]
self.source_directories = ["src"]
potential_test_directory = os.path.join(os.path.dirname(path), 'tests')
if os.path.exists(potential_test_directory):
self.source_directories.append(potential_test_directory)
class NriUiModules:
"""