ooni / probe

OONI Probe network measurement tool for detecting internet censorship
https://ooni.org/install
BSD 3-Clause "New" or "Revised" License
749 stars 142 forks source link

Create pytest-clickhouse plugin for using clickhouse fixtures in pytest #2745

Closed DecFox closed 3 weeks ago

DecFox commented 3 weeks ago

We want to build a minimal pytest-clickhouse plugin which takes in an executable and runs the clickhouse server in the background for the duration of the test. This should be usable as a fixture and we can probably vendor this for public use in the future.