From 3e0aff510c83d9a608e474e4cd951a2b6cd0145a Mon Sep 17 00:00:00 2001 From: Daniel Sprague Date: Fri, 19 Apr 2024 11:47:37 -0500 Subject: [PATCH] add test for module import --- tests/test_inspector.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/test_inspector.py b/tests/test_inspector.py index 1c207f4db..4db14f219 100644 --- a/tests/test_inspector.py +++ b/tests/test_inspector.py @@ -390,7 +390,8 @@ def test_command_line_runs_cli_only(self): console_output_file = self.tempdir / "test_console_output.txt" os.system( f"nwbinspector {str(self.tempdir)} --overwrite --select check_timestamps_match_first_dimension," - "check_data_orientation,check_regular_timestamps,check_small_dataset_compression" + "check_data_orientation,check_regular_timestamps,check_small_dataset_compression " + "--modules random,math,datetime" f"> {console_output_file}" ) self.assertLogFileContentsEqual(