Skip to content

Automatic unit tests on pull request with github actions #43

@kestivvi

Description

@kestivvi

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

No one assigned

    Labels

    difficulty: 🙂🙂Below average tasktype: testing 🩺track bugs, feature requests, or improvements to the testing process

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions