Skip to content

Commit

Permalink
bcftbx.platforms.solid.data: cosmetic updates to some test docstrings.
Browse files Browse the repository at this point in the history
  • Loading branch information
pjbriggs committed Dec 6, 2024
1 parent fe99f74 commit 801ca84
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bcftbx/test/platforms/solid/test_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -1212,7 +1212,7 @@ class TestFunctions(unittest.TestCase):
"""
def test_is_paired_end(self):
"""
is_paired_end: check returns correct values
solid.data.is_paired_end: check returns correct values
"""
# Test with non-paired end mock SOLiD directory
self.solid_test_dir = TestUtils().make_solid_dir(
Expand All @@ -1229,7 +1229,7 @@ def test_is_paired_end(self):

def test_extract_library_timestamp(self):
"""
extract_library_timestamp: check timestamp is extracted
solid.data.extract_library_timestamp: check timestamp is extracted
"""
self.assertEqual(extract_library_timestamp("/path/to/data/solid0123_20120712_FRAG_BC/AB_CD_EF_POOL/results.F1B1/libraries/AB2/primary.20120705075541493"),'20120705075541493')
self.assertEqual(extract_library_timestamp("/path/to/data/solid0123_20120712_FRAG_BC/AB_CD_EF_POOL/results.F1B1/libraries/AB2/primary.20120705075541493/"),'20120705075541493')
Expand All @@ -1238,7 +1238,7 @@ def test_extract_library_timestamp(self):

def test_slide_layout(self):
"""
slide_layout: check slide layout descriptions
solid.data.slide_layout: check slide layout descriptions
"""
self.assertEqual("Whole slide",slide_layout(1))
self.assertEqual("Quads",slide_layout(4))
Expand Down

0 comments on commit 801ca84

Please sign in to comment.