EgorKulikov / idea-chelper

Automatically exported from code.google.com/p/idea-chelper
112 stars 59 forks source link

Running a task ignores tests #78

Closed sharoha closed 5 years ago

sharoha commented 5 years ago

I parsed a problem directly from Codeforces(this correctly parses all the test). Add a few tests by myself. But after running the task Chelper automatically skips some test, even though the JSON has an active property for every test to 'true'. Attached a screenshot for evidence

Screenshot (1)

EgorKulikov commented 5 years ago

You probably have “Smart testing” enabled. When it is enabled it only runs on first failed test from last run (and after it got passed - on all tests)

sharoha commented 5 years ago

Thank you for the response. I looked it in my setting and found that this is indeed the case.