use-test-status 0.1.0

Lifecycle status vocabulary for RustUse testing primitives.
Documentation
  • Coverage
  • 25%
    2 out of 8 items documented1 out of 2 items with examples
  • Size
  • Source code size: 3.77 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 312.11 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 4s Average build duration of successful builds.
  • all releases: 4s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • RustUse/use-test
    1 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • CloudBranch

use-test-status

Lifecycle status vocabulary for RustUse testing primitives.

Experimental

use-test-status is experimental while use-test remains below 0.3.0.

Example

use use_test_status::TestStatus;

let status = TestStatus::default();

assert_eq!(status, TestStatus::Pending);

Scope

  • Pending, running, finished, skipped, ignored, and disabled lifecycle labels.

Non-goals

  • Outcome pass/fail semantics or runner state machines.

License

Licensed under either Apache-2.0 or MIT.