Updated TOAST test with new out_dir rules
This commit is contained in:
Родитель
d3f950e586
Коммит
56d828b03b
|
@ -74,7 +74,7 @@ class TestToasty(object):
|
|||
override=True,
|
||||
)
|
||||
assert bld.imgset.projection == ProjectionType.TOAST
|
||||
assert out_dir == test_path("wcs512_tiled")
|
||||
assert out_dir == test_path("wcs512_tiled_TOAST")
|
||||
assert Path(out_dir, "index_rel.wtml").is_file()
|
||||
assert Path(out_dir, "0", "0", "0_0.fits").is_file()
|
||||
rmtree(out_dir)
|
||||
|
|
Загрузка…
Ссылка в новой задаче