gleb-sevruk / pycrunch-engine

NCrunch inspired tool for continuous testing Python
https://pycrunch.com
Other
57 stars 8 forks source link

Pycharm: "Tests covering this line" wrong sorting #92

Closed antondeliverect closed 7 months ago

antondeliverect commented 1 year ago

Hello;) First of all, it's a really great module i really like it.

I wanted to share with you small issue i've came across: Tests covering this line is unsorted,

Screenshot 2023-04-19 at 15 40 39

it's hard to look through this list when there's a lot of tests covering a single line and they're shuffled(i.e. no alphabetical sorting)._.

gleb-sevruk commented 1 year ago

Thanks for report, this looks like a easy fix that I will address in the next update

gleb-sevruk commented 11 months ago

Before (1.5.1)

image

After (1.5.2):

image

Release pending...

gleb-sevruk commented 10 months ago

Fixed in 1.5.2

gleb-sevruk commented 10 months ago

Todo: retest on 1.6.0;

gleb-sevruk commented 7 months ago
image

verified on 1.6.3, closing