Home | History | Annotate | Download | only in test

Lines Matching full:tmpdir

19         tmpdir = tempfile.TemporaryDirectory()
20 self.addCleanup(tmpdir.cleanup)
21 self.tmpdir = pathlib.Path(tmpdir.name)
25 source = self.tmpdir / 'source'
28 target = self.tmpdir / 'source.pyz'
34 source = self.tmpdir / 'source'
37 target = self.tmpdir / 'source.pyz'
43 source = self.tmpdir / 'source'
58 source = self.tmpdir / 'source'
62 expected_target = self.tmpdir / 'source.pyz'
67 source = self.tmpdir / 'source'
70 target = self.tmpdir / 'source.pyz'
76 source = self.tmpdir / 'source'
79 target = self.tmpdir / 'source.pyz'
85 source = self.tmpdir / 'source'
88 target = self.tmpdir / 'source.pyz'
98 source = self.tmpdir / 'source'
106 target = self.tmpdir / 'source.pyz'
113 source = self.tmpdir / 'source'
115 target = self.tmpdir / 'source.pyz'
127 source = self.tmpdir / 'source'
130 target = self.tmpdir / 'source.pyz'
138 source = self.tmpdir / 'source'
141 target = self.tmpdir / 'source.pyz'
149 source = self.tmpdir / 'source'
158 source = self.tmpdir / 'source'
161 target = self.tmpdir / 'source.pyz'
167 source = self.tmpdir / 'source'
170 target = self.tmpdir / 'source.pyz'
176 source = self.tmpdir / 'source'
179 target = self.tmpdir / 'source.pyz'
181 new_target = self.tmpdir / 'changed.pyz'
188 source = self.tmpdir / 'source'
191 target = self.tmpdir / 'source.pyz'
200 source = self.tmpdir / 'source'
203 target1 = self.tmpdir / 'target1.pyz'
204 target2 = self.tmpdir / 'target2.pyz'
211 source = self.tmpdir / 'source'
214 target = self.tmpdir / 'source.pyz'
224 source = self.tmpdir / 'source'
227 target = self.tmpdir / 'source.pyz'
229 new_target = self.tmpdir / 'changed.pyz'
235 source = self.tmpdir / 'source'
252 source = self.tmpdir / 'source'
255 target = self.tmpdir / 'source.pyz'
263 source = self.tmpdir / 'source'
266 target = self.tmpdir / 'source.pyz'
276 tmpdir = tempfile.TemporaryDirectory()
277 self.addCleanup(tmpdir.cleanup)
278 self.tmpdir = pathlib.Path(tmpdir.name)
282 source = self.tmpdir / 'source'
285 target = self.tmpdir / 'source.pyz'
291 source = self.tmpdir / 'source'
302 target = self.tmpdir / 'target.pyz'
310 target = self.tmpdir / 'target.pyz'
320 target = self.tmpdir / 'target.pyz'
340 target = self.tmpdir / 'dummy.pyz'