view test.py @ 169:e6589149b2c8 1.9

client: include stderr message in ServerError on initial communication failure If _readhello() raises ServerError, the server must be unusable. So we can terminate it to get status code and error message.
author Yuya Nishihara <yuya@tcha.org>
date Mon, 07 Sep 2015 22:45:47 +0900
parents 37307caccf54
children
line wrap: on
line source

#!/usr/bin/env python

import nose
from tests import with_hg

if __name__ == '__main__':
    nose.main(addplugins=[with_hg.WithHgPlugin()])