Skip to content

Commit

Permalink
TMP: Do we fail here, too?
Browse files Browse the repository at this point in the history
  • Loading branch information
bpoldrack committed Oct 26, 2022
1 parent f350ac2 commit 55f471d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions datalad_next/tests/test_tree.py
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,7 @@ def inject_path_no_ds(request, path_no_ds):
attribute, to make it available to all tests in the class
"""
request.cls.path = path_no_ds
print(f"inject_no_ds: {request.cls}, path: {path_no_ds}\n")


@pytest.fixture(scope="class")
Expand All @@ -247,6 +248,7 @@ def inject_path_ds(request, path_ds):
attribute, to make it available to all tests in the class
"""
request.cls.path = path_ds
print(f"inject_ds: {request.cls}, path: {path_no_ds}\n")


def format_param_ids(val) -> str:
Expand Down Expand Up @@ -485,6 +487,7 @@ def test_print_tree(
]
_, actual_res, _ = get_tree_rendered_output(command)
expected_res = expected_str.lstrip("\n") # strip first newline
ui.message(f"using root path: {self.path}")
ui.message("expected:")
ui.message(expected_res)
ui.message("actual:")
Expand Down

0 comments on commit 55f471d

Please sign in to comment.