mirror of
https://github.com/NoRedInk/noredink-ui.git
synced 2024-12-02 23:52:22 +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.elm_version = self.data["elm-version"]
|
||||||
self.source_directories = ["src"]
|
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:
|
class NriUiModules:
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user