rattler_build_core 0.2.2

The core engine of rattler-build, providing recipe rendering, source fetching, script execution, package building, testing, and publishing
Documentation
1
2
3
4
5
6
7
8
//! Tests that are run as part of the package build process.
mod content_test;
mod run_test;
mod serialize_test;

pub use content_test::PackageContentsTestExt;
pub use run_test::{TestConfiguration, TestError, run_test};
pub(crate) use serialize_test::write_test_files;