Skip to content

Commit

Permalink
why doesn't Windows fail though it's in the logs?
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyCBakerPhD committed Aug 31, 2024
1 parent 13b24b0 commit 5940bb3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/test_inspector.py
Original file line number Diff line number Diff line change
Expand Up @@ -675,7 +675,7 @@ def test_inspect_nwbfile_dandi_config_violation_and_above_entire_registry(self):
def test_inspect_nwbfile_dandi_config_critical_only_entire_registry_cli(self):
console_output_file_path = self.tempdir / "test_console_output.txt"

os.system(
status = os.system(
f"nwbinspector {str(self.tempdir)} --overwrite --config dandi --threshold BEST_PRACTICE_VIOLATION"
f"> {console_output_file_path}"
)
Expand All @@ -686,6 +686,8 @@ def test_inspect_nwbfile_dandi_config_critical_only_entire_registry_cli(self):
skip_first_newlines=True,
)

return status


class TestCheckUniqueIdentifiersPass(TestCase):
maxDiff = None
Expand Down

0 comments on commit 5940bb3

Please sign in to comment.