test/data/scripts/script3.py
author David Douard <david.douard@logilab.fr>
Thu, 24 Jan 2013 16:13:40 +0100
branchstable
changeset 8681 48731a0d3df8
parent 6631 26c303c3f1aa
permissions -rw-r--r--
[ldap test] move the slapd database directory to a tempdir (closes #2583993) This is required to be sure we are not hurt by NFS or such...

from os.path import join
assert __file__.endswith(join('scripts', 'script3.py')), __file__
assert '__main__' == __name__, __name__
assert ['-vd', '-f', 'FILE.TXT'] == __args__, __args__