test/data/scripts/script3.py
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Tue, 12 Oct 2010 23:36:35 +0200
changeset 6465 6401a9d0b5aa
parent 5436 2455ca3a2a3a
child 6631 26c303c3f1aa
permissions -rw-r--r--
[architecture] introduce adapter to ease transformation of errors before display to the end user. Use it for UniqueTogetherError first

assert 'data/scripts/script3.py' == __file__
assert '__main__' == __name__
assert ['-vd', '-f', 'FILE.TXT'] == __args__, __args__