Skip to content

Commit c4faa43

Browse files
committed
NPI-4460 update class names for IGS log parse tests, add baseline files
1 parent 106b475 commit c4faa43

9 files changed

Lines changed: 7 additions & 3 deletions

tests/test_igslog.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
)
1111

1212

13-
class TestRegex(unittest.TestCase):
13+
class TestIgsLogRegex(unittest.TestCase):
1414
"""
1515
Test the various regex expressions used in the parsing of IGS log files
1616
"""
@@ -124,7 +124,7 @@ def test_extract_antenna_block(self):
124124
# TODO update verify() to support required datatypes, so it does not crash if hash changes
125125

126126

127-
class TestDataParsing(unittest.TestCase):
127+
class TestIgsLogDataParsing(unittest.TestCase):
128128
"""
129129
Test the integrated functions that gather and parse information from IGS log files
130130
"""
@@ -156,7 +156,7 @@ def test_parse_igs_log_data(self):
156156
# TODO check if ndarray has an equivalent to DF.equals()
157157

158158

159-
class TestFileParsing(TestCase):
159+
class TestIgsLogFileParsing(TestCase):
160160
"""
161161
Test gather_metadata()
162162
"""
Binary file not shown.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
bc48a66d5b5b5e128fa295e30da7476c8f31eb384ebddea884344332aabc0aea
Binary file not shown.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ada6360381393205d3da207a9af0fc8813fddc74c6922b0fdf6c117b195f394d
Binary file not shown.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
45e36f43cdbd37e1ea7e5d41cdec62df5af83792ba9588cfbf5ea7c969111573
Binary file not shown.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
afdd996360daac38e7ac69bd045668134e6a28ed34d703d81771f91ac9a2c23c

0 commit comments

Comments
 (0)