Protryon / klickhouse

Rust crate for accessing Clickhouse
Apache License 2.0
92 stars 21 forks source link

Small improvements to integration tests. Clippy lints. #32

Closed cpg314 closed 10 months ago

cpg314 commented 10 months ago

See the commit messages for more details.

Note that the integration tests have been converted to a single test binary, which has the advantages of faster linking (link once instead of many times) and the ability to create utility functions useable by all tests.

The changes were tested by running all tests and clippy.