Registry / testing / farmfe-testing-helpers

farmfe-testing-helpers

JSON →
library2.0.1rscratesunverified

Provides testing utilities and helpers for the Farm build tool, including mock file systems and test fixtures.

# Cargo.toml [dependencies] farmfe_testing_helpers = "2.0.1"
INSTALL
IMPORT
SIG · FARMFE-TESTING-HEL
F
farmfe-testing-helpers
testingrustv2.0.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

fixture
use farmfe_testing_helpers::fixture;

Retrieves the path to a test fixture directory.

use farmfe_testing_helpers::fixture; fn main() { let path = fixture("test_fixture"); println!("Fixture path: {:?}", path); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.0.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Resources
farmfe-testing-helpers — cargo add farmfe-testing-helpers · libregistry