Common test functions and utilities used by [htsget-rs].
This crate contains shared code used for testing by other htsget-rs crates. It has common server tests, as well as other utility functions.
There is no need to interact with this crate for running htsget-rs.
This crate contains util
functions and server_tests
. The server_tests
use some example requests
to test the ticket server and the data block server. To use the server_tests
, TestServer
and
TestRequest
need to be implemented, and then the test_*
functions can be called.
This library is intended to be used as a development dependency.
This crate has the following features:
* s3-storage
: used to enable AwsS3Storage
functionality.
* server-tests
: used to enable server tests.
This project is licensed under the MIT license.