Format test commands for better readability

This commit is contained in:
Rich Geldreich
2026-01-24 21:18:50 -05:00
committed by GitHub
parent 2e18939796
commit 7f8de78b0f

View File

@@ -34,26 +34,26 @@ The tests assume the current directory is "python". Run them like this:
Higher-level tests:
python3 -m tests.test_backend_loading
python3 -m tests.test_basic_wasm_selection
python3 -m tests.test_basic_backend_selection
python3 -m tests.test_basic_decode
python3 -m tests.test_basic_transcode
python3 -m tests.test_compress_swirl
python3 -m tests.test_compress_swirl_hdr
python3 -m tests.test_transcoder_astc
python3 -m tests.test_transcoder_backend_loading
python3 -m tests.test_transcoder_end_to_end
python3 -m tests.test_transcoder_end_to_end_hdr
python3 -m tests.test_transcoder_helpers
python3 -m tests.test_backend_loading
python3 -m tests.test_basic_wasm_selection
python3 -m tests.test_basic_backend_selection
python3 -m tests.test_basic_decode
python3 -m tests.test_basic_transcode
python3 -m tests.test_compress_swirl
python3 -m tests.test_compress_swirl_hdr
python3 -m tests.test_transcoder_astc
python3 -m tests.test_transcoder_backend_loading
python3 -m tests.test_transcoder_end_to_end
python3 -m tests.test_transcoder_end_to_end_hdr
python3 -m tests.test_transcoder_helpers
Low-level tests (used while bringing up the codec):
python3 -m lowlevel_test_native.basic_test
python3 -m lowlevel_test_native.test_transcoder_basic
python3 -m lowlevel_test_native.example_capi_python
python3 -m lowlevel_test_native.basic_test
python3 -m lowlevel_test_native.test_transcoder_basic
python3 -m lowlevel_test_native.example_capi_python
python3 -m lowlevel_test_wasm.basic_test
python3 -m lowlevel_test_wasm.compress_test
python3 -m lowlevel_test_wasm.compress_test_float
python3 -m lowlevel_test_wasm.basic_test
python3 -m lowlevel_test_wasm.compress_test
python3 -m lowlevel_test_wasm.compress_test_float