Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: dagger/testctx

Tags

v0.0.5

Toggle v0.0.5's commit message
WithLogger is additive instead of replacing

Signed-off-by: Alex Suraci <[email protected]>

oteltest/v0.0.3

Toggle oteltest/v0.0.3's commit message
oteltest: fail spans when tests are interrupted

Signed-off-by: Alex Suraci <[email protected]>

oteltest/v0.0.2

Toggle oteltest/v0.0.2's commit message
LogConfig: support configuring attributes

dont need it yet, but someone might?

Signed-off-by: Alex Suraci <[email protected]>

v0.0.4

Toggle v0.0.4's commit message
split RunSuite into RunTests and RunBenchmarks

also rename Middleware shorthand for consistency and update README

Signed-off-by: Alex Suraci <[email protected]>

oteltest/v0.0.1

Toggle oteltest/v0.0.1's commit message
oteltest: bump testctx

Signed-off-by: Alex Suraci <[email protected]>

v0.0.3

Toggle v0.0.3's commit message
update godoc, fix unit tests

Signed-off-by: Alex Suraci <[email protected]>

v0.0.2

Toggle v0.0.2's commit message
Add logger support and refactor middleware handling

- Introduce `Logger` interface for flexible logging
- Add `WithLogger` method to support custom loggers
- Replace `Use()` with `Using()` for immutable middleware
- Remove `sync.Mutex` and simplify middleware management
- Update `New()` to accept initial middleware
- Enhance logging methods to support optional external logger
- Improve test coverage with logging test cases

Signed-off-by: Alex Suraci <[email protected]>

v0.0.1

Toggle v0.0.1's commit message
add LICENSE and README

Signed-off-by: Alex Suraci <[email protected]>

otelmw/v0.0.2

Toggle otelmw/v0.0.2's commit message
bump testctx

Signed-off-by: Alex Suraci <[email protected]>

otelmw/v0.0.1

Toggle otelmw/v0.0.1's commit message
use real testctx module

Signed-off-by: Alex Suraci <[email protected]>