Skip to content

Commit 0c0993e

Browse files
committed
design-docs/value-capture.md: Initial design of value-capture semantics
Signed-off-by: Tzanko Matev <[email protected]>
1 parent 1e7df2d commit 0c0993e

File tree

4 files changed

+359
-1
lines changed

4 files changed

+359
-1
lines changed

.config/nextest.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[profile.default]
2+
# Hard cap on wall-clock time for each individual test.
3+
test-timeout = "60s"

Justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ test: cargo-test py-test
3838

3939
# Run Rust unit tests without default features to link Python C library
4040
cargo-test:
41-
uv run cargo test --manifest-path codetracer-python-recorder/Cargo.toml --no-default-features
41+
uv run cargo nextest run --manifest-path codetracer-python-recorder/Cargo.toml --no-default-features
4242

4343
py-test:
4444
uv run --group dev --group test pytest

0 commit comments

Comments
 (0)