Skip to content
Snippets Groups Projects
Raphaël Gomès's avatar
Raphaël Gomès authored
We currently are limited in the way that tests can be run against
the test data, which has to reside in the same folder.
For reasons of flexibility and/or performance, one might need to
change the filesystem path to the repositories being tested.
This change introduces a new config variable "repodir" which
must contain a valid path. While this path is ran through `os.path.abspath`,
it is recommended to use an absolute path, since the working directory in this context
is not garanteed to be stable.
fc1af90d
History
Name Last commit Last update