Skip to content

Commit f0d6455

Browse files
fix minor testing polishing
1 parent 0e000bc commit f0d6455

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

tests/tasks/test_unit_copy_hcs.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@
2424
copy_ome_zarr_hcs_plate,
2525
)
2626

27-
# pytestmark = pytest.mark.skip(reason="Temporarily skipping this module")
28-
2927
expected_MIP_plate_attrs = {
3028
"plate": {
3129
"acquisitions": [
@@ -73,7 +71,6 @@ def test_MIP(
7371
assert parallelization_list_2 == parallelization_list
7472

7573
# Run again, with overwrite=False
76-
# TODO check with joel if this should be removed
7774
with pytest.raises(NgioFileExistsError):
7875
_ = copy_ome_zarr_hcs_plate(
7976
zarr_urls=zarr_urls,

tests/tasks_v2/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ def _sample_plate_zarr_urls(
9797
plate_type: str = "2w_1a",
9898
) -> list[str]:
9999
"""
100-
Build a sample plate with 2 wells and 1 acquisition.
100+
Build a sample plate with different wells and acquisitions.
101101
"""
102102

103103
# Create a plate with 2 wells and 1 acquisition

0 commit comments

Comments
 (0)