mirror of
https://github.com/NoRedInk/noredink-ui.git
synced 2024-11-28 01:45:20 +03:00
look in tests for deprecated imports
This commit is contained in:
parent
e34e887b43
commit
19fd32831b
@ -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:
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user