Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
#!/bin/bash
cd "$(dirname ${0})/.."
echo "Running the tests..."
python -m pytest --cov=gradio --durations=20 --durations-min=1 test