ESSS / pytest-replay

Saves runs to allow to re-execute previous pytest runs to reproduce crashes or flaky tests
MIT License
54 stars 4 forks source link

pytest-replay does not respect the order of the replay file #53

Closed DavideCanton closed 10 months ago

DavideCanton commented 10 months ago

Fixes #52

I had to update the black repo url in the pre-commit since it seems that the current one doesn't work correctly.

DavideCanton commented 10 months ago

Ah, I didn't consider that the plugin should be compatible with older python versions, I'll remove the walrus operator :/

nicoddemus commented 10 months ago

Thanks @DavideCanton! Will publish a new release soon.

DavideCanton commented 10 months ago

Thanks to you for the plugin!

nicoddemus commented 10 months ago

1.5.1 released. :+1: