<div dir="auto">Thanks.</div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Jan 28, 2021, 2:17 PM Andreas Cord-Landwehr <<a href="mailto:cordlandwehr@kde.org">cordlandwehr@kde.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Donnerstag, 28. Januar 2021 10:20:54 CET Konstantin Kharlamov wrote:<br>
> On Wed, 2021-01-27 at 17:36 -0500, Michael Reeves wrote:<br>
> > Is there way to reading and writing small files in the CI? I'm in the<br>
> > process of writing auto tests for kdiff3.<br>
> <br>
> Your tests could create a directory inside the current one, and then inside<br>
> the new directory do stuff like creating files, etc. So, unless I<br>
> misunderstand your question, there's that.<br>
<br>
Hi, best practise is to put those files into a QTemporaryDir or create them as <br>
QTemporaryFile to avoid contamination from a previous test run. Also you <br>
should not change input data during a test that will be needed unchanged for <br>
another test run but prefer copying it to a temporary location.<br>
<br>
Best regards,<br>
Andreas<br>
<br>
<br>
</blockquote></div>