30a291416446ee95a349a2e292e0ee88645965a2,integration_test/test_recipyrc.py,TestRecipyrc,setup_class,#Any#,51
Before Change
os.path.join(tempfile.gettempdir(),
TestRecipyrc.TEST_SCRIPT_NAME)
TestRecipyrc.test_data =\
os.path.join(tempfile.gettempdir(),
TestRecipyrc.TEST_DATA_NAME)
with open(TestRecipyrc.test_script, "w") as f:
f.write("import recipy")
After Change
py.test-compliant setup function, run when module is loaded,
creates Temp/TMP/run_numpy.py and Temp/TMP/input.csv.
TestRecipyrc.test_directory = tempfile.mkdtemp(TestRecipyrc.__name__)
TestRecipyrc.test_script =\
os.path.join(TestRecipyrc.test_directory,
TestRecipyrc.test_script)
TestRecipyrc.test_output_data =\
In pattern: SUPERPATTERN
Frequency: 3
Non-data size: 3
Instances
Project Name: recipy/recipy
Commit Name: 30a291416446ee95a349a2e292e0ee88645965a2
Time: 2016-09-21
Author: michaelj@epcc.ed.ac.uk
File Name: integration_test/test_recipyrc.py
Class Name: TestRecipyrc
Method Name: setup_class
Project Name: NifTK/NiftyNet
Commit Name: 6ef3fc29b7062af678045c66f5ed478fea1c64d9
Time: 2018-08-07
Author: wenqi.li@ucl.ac.uk
File Name: niftynet/utilities/download.py
Class Name:
Method Name: download_and_decompress
Project Name: NifTK/NiftyNet
Commit Name: 6ef3fc29b7062af678045c66f5ed478fea1c64d9
Time: 2018-08-07
Author: wenqi.li@ucl.ac.uk
File Name: niftynet/utilities/download.py
Class Name:
Method Name: download_file