Jatana / FastOlympicCoding

Tools for competitive programming for Sublime Text 3 & 4
390 stars 48 forks source link

test cases not updating after changing __tests file #77

Closed Sagar0510 closed 1 year ago

Sagar0510 commented 1 year ago

the tests are not updating even after the __tests file is updated by new test cases by competitive companion. @Jatana

image

Sagar0510 commented 1 year ago

hi @Jatana is there any update regarding this issue?

Sagar0510 commented 1 year ago

fixed: if someone else is facing the same issue -

1) press ctrl+shift+p and search "open settings" 2) click open settings, this will open FastOlympicCoding sublime-settings file 3) add a new line in the settings: "tests_file_suffix":"__tests",

it should look like this:

image

4) done.