As a Toolforge developer (toolforge contributor) I want to easily run the tests for each of the code bases
When do we know it's done?
Scenario: Testing the code for a tbs codebase
Given I am in the codebase root When I run pre-commit Then the linters are run
Scenario: Testing the code for a python tbs codebase
Given I am in the codebase root When I run tox Then the linters are run And the tests are run
Scenario: Testing the code for a golang tbs codebase
Given I am in the codebase root When I run make test Then the linters are run And the tests are run
This epic contains the following tasks:
This is a tracking task, so it will be closed once the tasks mentioned below are completed.