Skip to content

Commit

Permalink
add test parameters to test hidden spaces in write dir
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperrealist authored Feb 21, 2024
1 parent 41fca53 commit e75be6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_base_ophyd.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@


@pytest.mark.cloud_friendly()
@pytest.mark.parametrize("date_template", ["%Y/%m/", "%Y/%m/%d", "mydir/%Y/%m/%d"])
@pytest.mark.parametrize("date_template", ["%Y/%m/", "%Y/%m/%d", "mydir/%Y/%m/%d", "disguised_spaces_%c"])
def test_base_ophyd_templates(
base_caproto_ioc, base_ophyd_device, date_template, num_frames=50, remove=False
):
Expand Down

0 comments on commit e75be6c

Please sign in to comment.