Jeff Pollard
Jeff Pollard
It would be great to be able to do this: ``` python @around def build_db(self) db = db.connect() yield db db.close() def test_foo(self, db): assert db.query('SELECT 1') ```
When used inline, `fixture` type checks the first argument to see if it's a `type` or method in order to apply it inline: https://github.com/Fluxx/exam/blob/1ab943509614b472355408c183e0cba962234532/exam/decorators.py#L31 This doesn't handle cases when the...
Should work the same way `@before` does.
#### Description There was a typo in the mention of the `otecol_exporter_sent_spans` metric. The `l` character was missing, and it should be `otelcol_exporter_sent_spans`
We've been using Thriftpy2 successfully for a little while, however have run into what we consider a bug. When a `TPayload` (which I understand to be a struct, union, or...