示例#1
0
def setup_function():
    """Function which is run before each test in this file.

    ``create_tmp_dir`` will do the following:
    1. Create a directory called ``tmp`` (overwrite if already exists)
    2. Copy ``data_testing`` -> ``tmp/data_testing``

    Add any other things for setup here.
    """
    create_tmp_dir()
示例#2
0
def setup_function():
    create_tmp_dir()