- 14 May, 2018 2 commits
-
-
Petr Špaček authored
Hint about pytest-xdist was removed because it did not work anyway. For some reason py.test without xdist returns exit code 2 which is the same as for premature test interruption.
-
Štěpán Balážik authored
-
- 22 Dec, 2017 1 commit
-
-
Petr Špaček authored
Supposedly Mac OS's readlink does not have -f argument and this broke all scripts using it. After all it seems unnecessary, so I just removed it. Let's see what will break.
-
- 17 Feb, 2017 1 commit
-
-
Petr Špaček authored
Failing early is especially important in scripts which run make multiple times. It prevents the user from missing some failing tests in earlier runs.
-
- 09 Feb, 2017 3 commits
-
-
Petr Špaček authored
This is useful for other testing tools which can place binaries in weird locations etc.
-
Petr Špaček authored
-
Petr Špaček authored
-
- 31 May, 2016 1 commit
-
-
Willem Toorop authored
-