SpartanRefactoring / Main

Eclipse plugin that performs automatic refactoring of Java source code, making it shorter, more idiomatic and more readable
https://www.spartan.org.il
100 stars 56 forks source link

Do not commit with failing tests #1078

Closed yuvalsimon closed 7 years ago

yuvalsimon commented 7 years ago

There are some new failing tests. Do not commit with failing tests, and if you think the problem is in the tests, firstly open an issue and ignore the tests, so that the author would know why his tests suddenly fails while he did nothing. @mdoron @dormaayan @OriRoth @ravivos @tomerdragucki Someone knows who is responsible for the failing tests??

yuvalsimon commented 7 years ago

Also do not commit if an exception is thrown from tests (always run the expanders tests package before commiting new expander)