test/data/scripts/script3.py
author Julien Cristau <julien.cristau@logilab.fr>
Wed, 02 Jul 2014 14:42:24 +0200
changeset 9836 71045bb09136
parent 6631 26c303c3f1aa
permissions -rw-r--r--
[webtests/automatic views tests] use the new connection api

from os.path import join
assert __file__.endswith(join('scripts', 'script3.py')), __file__
assert '__main__' == __name__, __name__
assert ['-vd', '-f', 'FILE.TXT'] == __args__, __args__