ooni / backend

Everything related to OONI backend infrastructure: ooni/api, ooni/pipeline, ooni/sysadmin, collector, bouncers and test-helpers
BSD 3-Clause "New" or "Revised" License
49 stars 29 forks source link

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

Open DecFox opened 3 months ago

DecFox commented 3 months 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.