Skip to content

Commit b4828dc

Browse files
Remove unnecessary disabled test that was distractingly marked with 'FIXME WIP'
1 parent 53bb796 commit b4828dc

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

tests/hip_ra_x_tests/test_hip_ra_x.py

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -167,20 +167,6 @@ def test_updates_output_parameter_units(self):
167167
param: OutputParameter = hip_ra.OutputParameterDict[key]
168168
assert param.CurrentUnits == param.PreferredUnits
169169

170-
@unittest.skip('FIXME WIP')
171-
def test_aligns_space_between_value_and_units(self):
172-
"""
173-
Assert that the space between value and units is aligned to the same column for each line in the output file
174-
"""
175-
176-
hip_ra = self._new_hip_ra_test_instance()
177-
hip_ra.PrintOutputs()
178-
179-
with open('HIP.out') as f:
180-
content = f.readlines()
181-
for line in content:
182-
assert line.count(' ') == 3
183-
184170
@unittest.skip(reason='FIXME: Race condition if tests are run in parallel')
185171
def test_raises_permission_error(self):
186172
"""Raises a PermissionError if there is no permission to write to the output file"""

0 commit comments

Comments
 (0)