test/data/scripts/script3.py
author Julien Cristau <julien.cristau@logilab.fr>
Thu, 24 Apr 2014 17:52:20 +0200 (2014-04-24)
changeset 9706 f24c30a19898
parent 6631 26c303c3f1aa
permissions -rw-r--r--
[debian] add Breaks on cubicweb-bootstrap Need to be versioned once we know which version fixes https://www.cubicweb.org/ticket/3728939
from os.path import join
assert __file__.endswith(join('scripts', 'script3.py')), __file__
assert '__main__' == __name__, __name__
assert ['-vd', '-f', 'FILE.TXT'] == __args__, __args__