Skip to content

Commit 1652580

Browse files
committed
tests: Rename test find_workspace_file, note its a TODO
1 parent 8bdef74 commit 1652580

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tests/workspace/test_config.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,10 @@ def test_export_json(tmp_path: pathlib.Path, config_fixture: "WorkspaceTestData"
4141
assert config_fixture.sample_workspace.sample_workspace_dict == new_workspace_data
4242

4343

44-
def test_scan_workspace(tmp_path: pathlib.Path):
44+
#
45+
# There's no tests for this
46+
#
47+
def test_find_workspace_file(tmp_path: pathlib.Path):
4548
configs = []
4649

4750
garbage_file = tmp_path / "config.psd"

0 commit comments

Comments
 (0)