William Brown 8cda4b18fe Ticket 48835 - Tests with setup.py.in 9 éve
..
README d89efda2e0 Ticket 48368 - Resolve the py.test conflicts with the create_test.py issue 10 éve
__init__.py 8cda4b18fe Ticket 48835 - Tests with setup.py.in 9 éve

README

TMP DIRECTORY README

This directory is used to store files(LDIFs, etc) that are created during the ticket script runtime. The script is also responsible for removing any files it places in this directory. This directory can be retrieved via getDir() from the DirSrv class.

Example:

tmp_dir_path = topology.standalone.getDir(__file__, TMP_DIR)

new_ldif = tmp_dir_path + "export.ldif"