File tree Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -167,20 +167,6 @@ def test_updates_output_parameter_units(self):
167
167
param : OutputParameter = hip_ra .OutputParameterDict [key ]
168
168
assert param .CurrentUnits == param .PreferredUnits
169
169
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
-
184
170
@unittest .skip (reason = 'FIXME: Race condition if tests are run in parallel' )
185
171
def test_raises_permission_error (self ):
186
172
"""Raises a PermissionError if there is no permission to write to the output file"""
You can’t perform that action at this time.
0 commit comments