-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
difficulty: 🙂🙂Below average taskBelow average tasktype: testing 🩺track bugs, feature requests, or improvements to the testing processtrack bugs, feature requests, or improvements to the testing process
Description
It would be very convenient to see on every pull request if it passes unit tests, in particular that it would be executed by third party server, so we know for sure that it wouldn't be the case of "But it works for me!" and additionally everyone would see results of those tests.
Pull request wouldn't be accepted until it passes all the unit tests. To pass the test you need to fix errors in your code, so that it passes tests.
Sometimes there is a situation that you refactored the code and change some minor things. There is a good chance that your code works great and there is no issues with it, but the tests were based on previous assumptions that are no longer true. Then you have to refactor tests as well.
Metadata
Metadata
Assignees
Labels
difficulty: 🙂🙂Below average taskBelow average tasktype: testing 🩺track bugs, feature requests, or improvements to the testing processtrack bugs, feature requests, or improvements to the testing process