On Thu, 2026-01-15 at 21:56 +0700, Mikhail Kazantsev wrote:
> I have test set of images for testing of my program. What is better
> approach to store test set and then use it in package while building
> for running tests.

If by images, you mean photos, then it's fine to have them in the source
package for testing. If by images, you mean container images (i.e.
Docker/Podman), then tests need to run without the use of
containerization.

> I know it is bad idea to store test set in released package.

No it's not :). Many packages have test data accompanying their tests in
the source package.

> So shoud i store test set in some cloud storage with wget while testing
> stage of building package? 
> Does debian have cloud storage for such purposes?

Everything your package needs to build should be available in the
package source or as a build dependency. The build process must not use
the internet (i.e. you should be able to build the package offline as
long as the build dependencies have been satisfied).

--
Maytham

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to