test/data/scripts/script2.py
author Julien Cristau <julien.cristau@logilab.fr>
Thu, 19 Jun 2014 17:39:12 +0200
changeset 9813 c20956f5862d
parent 6631 26c303c3f1aa
permissions -rw-r--r--
[repoapi] make ClientConnection call RequestSessionBase's init Not calling up means we're missing some attributes, like encoding.

from os.path import join
assert __file__.endswith(join('scripts', 'script2.py')), __file__
assert '__main__' == __name__, __name__
assert ['-v'] == __args__, __args__