test/data/scripts/script3.py
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Mon, 27 Feb 2012 18:15:23 +0100
changeset 8280 17c588eca3c2
parent 6631 26c303c3f1aa
permissions -rw-r--r--
[repo services] set cnxset before calling the service then ensure it's freed

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