|
hai 8 meses | |
---|---|---|
.. | ||
README.md | hai 1 ano | |
clean.sh | hai 1 ano | |
entry.py | hai 8 meses | |
exec-in-last.sh | hai 10 meses | |
fn_cs_d2d_queue.py | hai 11 meses | |
fn_cs_register.py | hai 11 meses | |
fn_cs_server_queue.py | hai 11 meses | |
fn_s_startup.py | hai 11 meses | |
rpc.py | hai 1 ano | |
run-tests.sh | hai 9 meses |
You must install Flexitest first, as below.
git clone https://codeberg.org/treyd/flexitest.git
cd flexitest/
poetry install
Or you could use a virtualenv if you want to do it the right way instead, but I don't usually like doing it the right way because I think I know better.
./run-tests.sh
is the main script, pick a specific test to run by passing its
module name as an argument, like ./run-tests.sh fn_foobar
.
Set CARGO_DEBUG=1
to add the debug build output dir to PATH
instead of the
release build output dir.