Skip to content

Improve test check

Alejo Carballude requested to merge feature/improve_test_check into develop

Related tasks

Context

Some IDEs have changed the way they run tests with newer versions of Go. The current check to see if the application is being run as a test is not setting Server.IsTest correctly.

Change

The check has been updated to check that the case-insensitive word test is included in the executable path.

Other information

Additional documentation

Edited by Alejo Carballude

Merge request reports