test/data/scripts/script1.py
author Aurelien Campeas <aurelien.campeas@logilab.fr>
Wed, 28 May 2014 17:33:16 +0200
changeset 9786 57dbd4450373
parent 6631 26c303c3f1aa
permissions -rw-r--r--
[tests/undo] use the new connection api

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