Home | History | Annotate | Download | only in tests

Lines Matching refs:file_dir

41 def test_invalid_file(file_dir, skimage_binary):
47 invalid_file = os.path.join(file_dir, "skimage", "input", "bad-images",
56 expectations_dir = os.path.join(file_dir, "skimage", "input", "bad-images")
95 def test_incorrect_expectations(file_dir, skimage_binary):
98 valid_file = os.path.join(file_dir, "skimage", "input",
101 expectations_dir = os.path.join(file_dir, "skimage", "input",
118 file_dir = os.path.abspath(os.path.dirname(__file__))
120 trunk_dir = os.path.normpath(os.path.join(file_dir, os.pardir, os.pardir))
127 images_dir = os.path.join(file_dir, "skimage", "input",
129 expectations_path = os.path.join(file_dir, "skimage", "output-actual",
135 golden_expectations = os.path.join(file_dir, "skimage", "output-expected",
161 test_incorrect_expectations(file_dir=file_dir,
166 expectations_path = os.path.join(file_dir, "skimage", "output-actual",
170 golden_expectations = os.path.join(file_dir, "skimage", "output-expected",
176 expectations_path = os.path.join(file_dir, "skimage", "output-actual",
180 golden_expectations = os.path.join(file_dir, "skimage", "output-expected",
184 test_invalid_file(file_dir=file_dir, skimage_binary=skimage_binary)