Topic: streamlit_app
This commit is contained in:
Hayk Martiros 2022-12-27 00:32:10 -08:00
parent 152192006e
commit d7cbd5bc3e
1 changed files with 1 additions and 1 deletions

View File

@ -176,7 +176,7 @@ To preserve temporary outputs for debugging, set `RIFFUSION_TEST_DEBUG`:
RIFFUSION_TEST_DEBUG=1 python -m unittest test.audio_to_image_test
```
To run a single test case:
To run a single test case within a test:
```
python -m unittest test.audio_to_image_test -k AudioToImageTest.test_stereo
```