CLI: api.register type preservation
This commit is contained in:
committed by
kenji
parent
f3a9a4e108
commit
dc57c3d948
@@ -24,7 +24,7 @@ from helpers import cli
|
||||
@pytest.mark.with_core
|
||||
def test_list_modules(test_flake_with_core: FlakeForTest) -> None:
|
||||
base_path = test_flake_with_core.path
|
||||
modules_info = list_modules(base_path)
|
||||
modules_info = list_modules(str(base_path))
|
||||
|
||||
assert len(modules_info.items()) > 1
|
||||
# Random test for those two modules
|
||||
|
||||
Reference in New Issue
Block a user