Andy Jones
Andy Jones
It looks like the iter_ticks method was [removed in matplotlib 3.3.0](https://matplotlib.org/stable/api/prev_api_changes/api_changes_3.3.0.html?highlight=iter_ticks) which is the version that is installed in the docker image (I'm not sure why as the requirements.txt looks...
Do you have any error messages that you can share so I can see what you mean?
Thanks. I'll look at improving the `with` error messages over the weekend as that is built by Test::Spec. [Test::Deep](https://metacpan.org/pod/Test::Deep#deep_diag) builds the error message for `with_deep` so it is probably best...
I've released it to cpan as 0.52. Originally I wanted to release it after I had added some docs. I'll leave this issue open to remind me
Thanks, this is a nice improvement!
Thanks for the feedback and the link, haven't seen that before. Personally I think `runtests($test_name_to_run)` is a more general version that covers this use case. What do you think?
Hi @baynes, The produced output is the intended order. I understand it is a bit surprising if you are used to things like Test::More :) Test::Spec runs specs in groups....