Expand description

Testing a package produced by rattler-build (or conda-build)

Tests are part of the final package (under the info/test directory). There are multiple test types:

  • commands - run a list of commands and check their exit code
  • imports - import a list of modules and check if they can be imported
  • files - check if a list of files exist

Structs

Enums

Functions