-
- Downloads
test(aliby): fix non-iterable in pytest parametrize
WHY IS THIS CHANGE NEEDED?: - https://git.ecdf.ed.ac.uk/swain-lab/aliby/aliby/-/jobs/56757 failed because TypeError raised: 'int' object is not iterable HOW DOES THE CHANGE SOLVE THE PROBLEM?: - @pytest.mark.parametrize() takes an iterable, e.g. a list -- I forgot about it. fixed it by putting the values in a list. REFERENCES: - issue #53
Please register or sign in to comment