labsyspharm / minerva-author

Tool to create images and configuration files for Minerva-Story
MIT License
15 stars 14 forks source link

Update pytest suite to expect `/gamma/images` endpoints. #48

Open thejohnhoffer opened 2 years ago

thejohnhoffer commented 2 years ago

Ever since I added the new /gamma endpoints, the test suites are failing with this error:

E       AssertionError: assert 5 == 0
E        +  where 5 = len({'gamma/images/output/group-name_0__channel-name/0_0_0.jpg', 'gamma/images/output/group-name_0__channel-name/0_0_1.jpg...'gamma/images/output/group-name_0__channel-name/0_1_1.jpg', 'gamma/images/output/group-name_0__channel-name/1_0_0.jpg'})
thejohnhoffer commented 2 years ago

It's clear to me that I need to add those 5 URLs to the list of expected preview keys.