python-flask/tests/scripts/run_tests.sh
Brian C. Lane d170540219 - Copy missing tests over from distgit
- Backport fix for CVE-2023-30861
  Resolves: rhbz#2196683
2023-05-10 13:35:57 -07:00

5 lines
136 B
Bash
Executable File

#!/usr/bin/bash
set -eux
# NOTE: test_helpers only contains the TestJSON class from upstream
pytest-3 ./test_basic.py ./test_helpers.py