Files
@ 8f3cf5d00d7f
Branch filter:
Location: kallithea/conftest.py
8f3cf5d00d7f
1.2 KiB
text/x-python
tests: run vcs tests on ssh too
Error reporting when using SSH is different from when using HTTP. SSH doesn't
use HTTP error codes but can write anything to stdout/stderr. Some tests thus
need to have their expectations tweaked.
Inspired by work by Dominik Ruf.
Error reporting when using SSH is different from when using HTTP. SSH doesn't
use HTTP error codes but can write anything to stdout/stderr. Some tests thus
need to have their expectations tweaked.
Inspired by work by Dominik Ruf.