Mattermost-server: Migrate tests from "api4/cluster_test.go" and "api4/brand_test.go" to use testify

Created on 23 Oct 2019  路  3Comments  路  Source: mattermost/mattermost-server

Mattermost is migrating its server tests from using the t.Fatal method calls on their checks to use the testify toolkit. The goal of this migration is to improve the readability of the tests, making them more concise and meaningful. This Help Wanted issue is to migrate the tests in the api4/cluster_test.go and api4/brand_test.go files.

The expected way to migrate this is to go to the api4/cluster_test.go and api4/brand_test.go files and modify the calls to t.Fatal and the condition checks that lead to them, replacing them with calls to the the require package if a failure should stop the execution of the test, or the assert package if it shouldn't.

Example: mattermost/mattermost-server#12039

If you have questions about the ticket or you need any help, feel free to contact miguel.delacruz or jesus.espino in https://community.mattermost.com/


If you're interested please comment here and come join our "Contributors" community channel on our daily build server, where you can discuss questions with community members and the Mattermost core team. For technical advice or questions, please join our "Developers" community channel.

New contributors please see our Developer's Guide.

JIRA: https://mattermost.atlassian.net/browse/MM-19663

AreTechnical Debt Easy Good First Issue Hacktoberfest Help Wanted PR Exists TecGo

Most helpful comment

Hi @ashishmahi I had raised a PR for this earlier today.

All 3 comments

I would like to pick this up

can i pick this up ? right away

Hi @ashishmahi I had raised a PR for this earlier today.

Was this page helpful?
0 / 5 - 0 ratings