Beispiel #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_functional_testing`` -> ``tmp/data_functional_testing``

    Add any other things for setup here.
    """
    create_tmp_dir()
Beispiel #2
0
def setup_function():
    create_tmp_dir()
Beispiel #3
0
def setup_function():
    create_tmp_dir(copy_data_testing_dir=False)