Module test::helpers

source ·
🔬This is a nightly-only experimental API. (test)
Expand description

Module with common helpers not directly related to tests but used in libtest.

Modules

  • concurrencyExperimental
    Helper module which helps to determine amount of threads to be used during tests execution.
  • exit_codeExperimental
    Helper module to detect subprocess exit code.
  • metricsExperimental
    Benchmark metrics.
  • shuffleExperimental