Page MenuHomePhabricator

[backend][ci] Set up Tox
Closed, ResolvedPublic

Description

Tox is a test runner for Python: https://tox.wiki/en/latest/
For now, we're going to use it to run pre-commit, and as a front-end for GitHub actions; later, when we have actual tests, we will use tox to run these too.