fixtures#

Collection of pytest fixtures used in conda.gateways tests.

Functions#

minio_s3_server(xprocess, tmp_path)

Mock a local S3 server using minio

Attributes#

MINIO_EXE

MINIO_EXE#
minio_s3_server(xprocess, tmp_path)#

Mock a local S3 server using minio

This requires: - pytest-xprocess: runs the background process - minio: the executable must be in PATH

Note, the given S3 server will be EMPTY! The test function needs to populate it. You can use conda.testing.helpers.populate_s3_server for that.