Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 361 Bytes

testing.md

File metadata and controls

13 lines (8 loc) · 361 Bytes

Testing Qrlew

Launch tests

Simply launch: cargo test

Testing on many linuses and architectures

Qrlew will usually be used with its python wrapper that is built against the architectures in: https://github.com/PyO3/maturin-action Run the tests in one of the architectures if needed: docker run -it --rm quay.io/pypa/manylinux_2_28_x86_64:latest