|
8 ay önce | |
---|---|---|
.. | ||
README.md | 1 yıl önce | |
clean.sh | 1 yıl önce | |
entry.py | 8 ay önce | |
exec-in-last.sh | 10 ay önce | |
fn_cs_d2d_queue.py | 11 ay önce | |
fn_cs_register.py | 11 ay önce | |
fn_cs_server_queue.py | 11 ay önce | |
fn_s_startup.py | 11 ay önce | |
rpc.py | 1 yıl önce | |
run-tests.sh | 9 ay önce |
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.