Home
last modified time | relevance | path

Searched refs:get_temp_copy (Results 1 – 25 of 35) sorted by path

12

/dports/audio/py-mutagen/mutagen-1.42.0/tests/
H A D__init__.py29 def get_temp_copy(path): function
H A Dtest___init__.py12 from tests import TestCase, DATA_DIR, get_temp_copy
164 filename = get_temp_copy(os.path.join(DATA_DIR, "xing.mp3"))
300 self.filename = get_temp_copy(self.PATH)
H A Dtest_aac.py8 from tests import TestCase, DATA_DIR, get_temp_copy
15 self.filename = get_temp_copy(original)
61 self.filename = get_temp_copy(original)
H A Dtest_aiff.py9 from tests import TestCase, DATA_DIR, get_temp_copy
23 self.filename_1 = get_temp_copy(self.has_tags)
24 self.filename_2 = get_temp_copy(self.no_tags)
186 self.tmp_1_name = get_temp_copy(self.has_tags)
190 self.tmp_2_name = get_temp_copy(self.no_tags)
H A Dtest_apev2.py8 from tests import TestCase, DATA_DIR, get_temp_copy
182 self.filename = get_temp_copy(OLD)
H A Dtest_asf.py18 from tests import TestCase, DATA_DIR, get_temp_copy
104 self.filename = get_temp_copy(self.original)
434 self.filename = get_temp_copy(self.original)
476 self.filename = get_temp_copy(self.original)
552 self.filename = get_temp_copy(self.original)
607 self.filename = get_temp_copy(self.original)
H A Dtest_dsf.py8 from tests import TestCase, DATA_DIR, get_temp_copy
19 self.filename_1 = get_temp_copy(self.has_tags)
20 self.filename_2 = get_temp_copy(self.no_tags)
H A Dtest_easyid3.py11 from tests import TestCase, DATA_DIR, get_temp_copy
17 self.filename = get_temp_copy(os.path.join(DATA_DIR, 'emptyfile.mp3'))
H A Dtest_easymp4.py8 from tests import TestCase, DATA_DIR, get_temp_copy
14 self.filename = get_temp_copy(os.path.join(DATA_DIR, 'has-tags.m4a'))
H A Dtest_flac.py12 from tests import TestCase, DATA_DIR, get_temp_copy
288 self.NEW = get_temp_copy(self.SAMPLE)
606 self.NEW = get_temp_copy(self.TOO_SHORT)
625 self.filename = get_temp_copy(
H A Dtest_id3.py19 from tests import TestCase, DATA_DIR, get_temp_copy, get_temp_empty
149 filename = get_temp_copy(self.empty)
663 self.filename = get_temp_copy(
702 self.filename = get_temp_copy(
738 self.filename = get_temp_copy(
1043 self.newsilence = get_temp_copy(self.silence)
1086 self.filename = get_temp_copy(
H A Dtest_mp3.py5 from tests import TestCase, DATA_DIR, get_temp_copy
48 self.filename = get_temp_copy(
263 self.filename = get_temp_copy(
H A Dtest_mp4.py8 from tests import TestCase, DATA_DIR, get_temp_copy
350 filename = get_temp_copy(original)
466 self.filename = get_temp_copy(self.original)
924 self.filename = get_temp_copy(self.original)
H A Dtest_musepack.py8 from tests import TestCase, DATA_DIR, get_temp_copy
106 self.filename = get_temp_copy(os.path.join(DATA_DIR, "click.mpc"))
H A Dtest_ogg.py8 from tests import TestCase, DATA_DIR, get_temp_copy
238 filename = get_temp_copy(
H A Dtest_oggflac.py9 from tests import TestCase, DATA_DIR, get_temp_copy
19 self.filename = get_temp_copy(os.path.join(DATA_DIR, "empty.oggflac"))
H A Dtest_oggopus.py8 from tests import TestCase, DATA_DIR, get_temp_copy
16 self.filename = get_temp_copy(os.path.join(DATA_DIR, "example.opus"))
H A Dtest_oggspeex.py9 from tests import TestCase, DATA_DIR, get_temp_copy
17 self.filename = get_temp_copy(os.path.join(DATA_DIR, "empty.spx"))
H A Dtest_oggtheora.py9 from tests import TestCase, DATA_DIR, get_temp_copy
17 self.filename = get_temp_copy(
H A Dtest_oggvorbis.py10 from tests import TestCase, DATA_DIR, get_temp_copy
18 self.filename = get_temp_copy(os.path.join(DATA_DIR, "empty.ogg"))
H A Dtest_tools_mid3iconv.py10 from tests import DATA_DIR, get_temp_copy
25 self.filename = get_temp_copy(
H A Dtest_tools_moggsplit.py9 from tests import DATA_DIR, get_temp_copy
18 self.filename = get_temp_copy(
H A Dtest_trueaudio.py8 from tests import TestCase, DATA_DIR, get_temp_copy
40 filename = get_temp_copy(self.audio.filename)
/dports/multimedia/quodlibet/quodlibet-4.3.0/tests/
H A Dhelper.py282 def get_temp_copy(path): function
H A Dtest_formats__id3.py18 from .helper import get_temp_copy
27 self.filename = get_temp_copy(self.PATH)
127 self.filename = get_temp_copy(self.PATH)

12