Skip to content

Commit

Permalink
add test for module import
Browse files Browse the repository at this point in the history
  • Loading branch information
dysprague committed Apr 19, 2024
1 parent e3b11a5 commit 3e0aff5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_inspector.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 3e0aff5

Please sign in to comment.