test/data/scripts/script1.py
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Mon, 09 May 2011 14:34:23 +0200
branchstable
changeset 7339 dd5e49a5dcab
parent 6631 26c303c3f1aa
permissions -rw-r--r--
[server test] use a lock instead of sleep to have higher green probability :/

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