f4b46e56be
I tried splitting these into separate commits but the splits were too abstract. Change-Id: I996c920e861d7507d0d0bb41ba4f5e65362e0b44 Signed-off-by: Stephen Finucane <stephenfin@redhat.com> Story: 1388398 Task: 584
562 B
562 B
Running tests
Running tests for git-review means running a local copy of Gerrit to check that git-review interacts correctly with it. This requires the following:
- a Java Runtime Environment on the machine to run tests on
- Internet access to download the
gerrit.war
file, or a locally cached copy (it needs to be located in a.gerrit
directory at the top level of the git-review project)
To run git-review integration tests, use tox. For example, to test against Python 3.7:
tox -e py37