test/data/scripts/script3.py
author Alexandre Fayolle <alexandre.fayolle@logilab.fr>
Thu, 27 Jan 2011 18:29:17 +0100
branchstable
changeset 6910 bab54e22f94d
parent 6631 26c303c3f1aa
permissions -rw-r--r--
fix test broken by addition of new entity in test schema

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