Skip to main content

Module test

Module test 

Source
Available on crate feature test only.
Expand description

Test utilities for Cot projects.

Structsยง

Client
A test client for making requests to a Cot project.
TestCachecache
A test cache.
TestDatabasedb
A test database.
TestMigrationdb
A test migration.
TestRequestBuilder
A builder for creating test requests, typically used for unit testing without having to create a full Cot project and do actual HTTP requests.
TestServer
A running test server.
TestServerBuilder
A utility for running entire projects in end-to-end tests.