On Thu, Jan 28, 2021 at 11:36 AM Michael Reeves <reeves...@gmail.com> wrote:
> Is there way to reading and writing small files in the CI? I'm in the > process of writing auto tests for kdiff3. > Hi Michael, The CI system in general doesn't specify any specific requirements here, although you may find that QTest has infrastructure to support using temporary folders as a workspace for your tests. Regards, Ben