Module seacan::test[][src]

Expand description

Compile tests (unit tests in lib, doctests, integration tests, and unit tests in bins and examples)

Main entrypoint: test::Compiler

Structs

Artifact

A compiled test artifact

Compiler

Compile tests

TestFn

A test or bench in a compiled artifact.

Enums

Error

Failed to build tests

NameSpec

Specify tests and benches based on their name

TestFnType

Whether this test function is a test or benchmark.

TypeSpec

Specify the type of test artifact to build