File tree Expand file tree Collapse file tree 1 file changed +7
-11
lines changed Expand file tree Collapse file tree 1 file changed +7
-11
lines changed Original file line number Diff line number Diff line change @@ -5,20 +5,16 @@ This repository contains two related projects:
55- codetracer-pure-python-recorder — the original pure-Python tracer.
66- codetracer-python-recorder — a Rust-backed Python module built with PyO3 and maturin.
77
8- To run the Python test suite for the pure-Python tracer, execute :
8+ To build the modules in development mode run :
99
10- ```
11- just test
12- ```
10+ ``` sh
11+ just venv 3.13 dev # You can use any other Python version >=3.12
12+ ` `
1313
14- The tester executes a number of sample programs in ` tests/programs ` and compares their outputs to the fixtures in ` tests/fixtures ` .
14+ Then to run the tests do
1515
16- To build and locally develop-install the Rust-backed module:
17-
18- ```
19- just build-rust
20- # or:
21- maturin develop -m crates/codetracer-python-recorder/Cargo.toml
16+ ` ` ` sh
17+ just test
2218` ` `
2319
2420# Code quality guidelines
You can’t perform that action at this time.
0 commit comments