test/data/scripts/script1.py
author Julien Cristau <julien.cristau@logilab.fr>
Wed, 21 Oct 2015 20:19:11 +0200
changeset 10857 aa490912d9da
parent 6631 26c303c3f1aa
permissions -rw-r--r--
[dataimport/test] fix broken comparison We want to compare two ints, not an int and a db row

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