Module helpers

Module helpers 

Source
Expand description

Helper functions for integration tests. Helper functions and data structures for integration tests.

Structs§

TempPathWithString
Temporary path and its string representation.

Functions§

free_port_ipv4
Gets a free IPv4 port from the OS. Returns the listener and the port.
free_port_ipv6
Gets a free IPv6 port from the OS. See free_port_ipv4 for details about the return value.
init_tracing_subscriber
Initializes a tracing subscriber for tests.
make_test_db_records
Gets records that have been inserted into the in-memory SQLite, so that they have unique ids.
make_test_record
Makes a Record instance for tests.
make_test_record_params
Makes an instance of RecordParams for tests.