Skip to content

Commit

Permalink
renamed test files
Browse files Browse the repository at this point in the history
  • Loading branch information
mahlzahn committed Nov 2, 2023
1 parent 9b4f4b9 commit 01bf35b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ class TestBiocamIO(BaseTestIO, unittest.TestCase, ):
'biocam'
]
entities_to_test = [
'biocam/biocam_hw3.0_fw1.6.brw'
'biocam/biocam_hw3.0_fw1.6.brw',
'biocam/biocam_hw3.0_fw1.7.0.12_raw.brw',
]


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
class TestBiocamRawIO(BaseTestRawIO, unittest.TestCase, ):
rawioclass = BiocamRawIO

entities_to_download = [
'biocam/biocam_hw3.0_fw1.6.brw'
]

entities_to_download = [
'biocam',
]
entities_to_test = [
'biocam/biocam_hw3.0_fw1.6.brw',
'biocam/biocam_hw3.0_fw1.7.0.12_raw.brw',
]


if __name__ == "__main__":
Expand Down

0 comments on commit 01bf35b

Please sign in to comment.