Re: CI testing with local files

2021-01-29 Thread Michael Reeves
Thanks. On Thu, Jan 28, 2021, 2:17 PM Andreas Cord-Landwehr wrote: > On Donnerstag, 28. Januar 2021 10:20:54 CET Konstantin Kharlamov wrote: > > On Wed, 2021-01-27 at 17:36 -0500, Michael Reeves wrote: > > > Is there way to reading and writing small files in the CI? I'm in the > > > process of w

Re: CI testing with local files

2021-01-28 Thread Andreas Cord-Landwehr
On Donnerstag, 28. Januar 2021 10:20:54 CET Konstantin Kharlamov wrote: > On Wed, 2021-01-27 at 17:36 -0500, Michael Reeves wrote: > > Is there way to reading and writing small files in the CI? I'm in the > > process of writing auto tests for kdiff3. > > Your tests could create a directory inside

Re: CI testing with local files

2021-01-28 Thread Konstantin Kharlamov
On Wed, 2021-01-27 at 17:36 -0500, Michael Reeves wrote: > Is there way to reading and writing small files in the CI? I'm in the process > of writing auto tests for kdiff3. Your tests could create a directory inside the current one, and then inside the new directory do stuff like creating files,

CI testing with local files

2021-01-28 Thread Michael Reeves
Is there way to reading and writing small files in the CI? I'm in the process of writing auto tests for kdiff3.

Re: CI testing with local files

2021-01-27 Thread Ben Cooksley
On Thu, Jan 28, 2021 at 11:36 AM Michael Reeves 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