We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90cc70b commit d15abefCopy full SHA for d15abef
AGENTS.md
@@ -225,6 +225,7 @@ tracer/src/Datadog.Trace
225
- Projects: `*.Tests.csproj` under `tracer/test`, native under `profiler/test`.
226
- Filters: `--filter "Category=Smoke"`, `--framework net6.0` as needed.
227
- Docker: Many integration tests require Docker; services in `docker-compose.yml`.
228
+- Test style: Inline result variables in assertions. Prefer `SomeMethod().Should().Be(expected)` over storing intermediate `result` variables.
229
230
## Commit & Pull Request Guidelines
231
0 commit comments