Restored the disabled test_position
This commit is contained in:
parent
7a16f28d70
commit
e3ae5e6284
|
|
@ -124,7 +124,7 @@ def test_3Rs_position_unified_csv():
|
|||
ctx = context.TestContext('3Rs_position_unified_csv', '3Rs', 'simple_position_unified_csv', POS_DIR)
|
||||
ctx.run(no_verbose=True, extra=['-q'])
|
||||
expect_position(ctx, ctx.get_pos_both_csv_filename(), ['R1', 'R2'], ['R3'], csv=True)
|
||||
#assert os.path.getsize(ctx.get_out_path('error.txt')) == 0
|
||||
assert os.path.getsize(ctx.get_out_path('error.txt')) == 0
|
||||
ctx.clean_up()
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue