test/data/scripts/script1.py
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Fri, 14 Mar 2014 10:51:05 +0100
branchstable
changeset 9586 121c88b360d0
parent 6631 26c303c3f1aa
permissions -rw-r--r--
[test] those are rql tests, not cubicweb (and they break with rql 0.31.5). Remove them.

from os.path import join
assert __file__.endswith(join('scripts', 'script1.py')), __file__
assert '__main__' == __name__, __name__
assert [] == __args__, __args__