use-test-suite 0.1.0

Grouped test suite metadata for RustUse testing vocabulary.
Documentation
  • Coverage
  • 18.18%
    2 out of 11 items documented1 out of 8 items with examples
  • Size
  • Source code size: 4.98 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 322.58 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 3s Average build duration of successful builds.
  • all releases: 3s 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-suite

Grouped test suite metadata for RustUse testing vocabulary.

Experimental

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

Example

use use_test_suite::TestSuite;

let suite = TestSuite::with_description("strings", "string helper cases");

assert_eq!(suite.name(), "strings");
assert_eq!(suite.description(), Some("string helper cases"));
assert_eq!(suite.case_count(), 0);

Scope

  • Suite names.
  • Optional descriptions.
  • Lightweight case counts.

Non-goals

  • Test grouping execution, ordering, scheduling, or discovery.

License

Licensed under either Apache-2.0 or MIT.