File: test.sh

package info (click to toggle)
isort 7.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,548 kB
  • sloc: python: 15,337; javascript: 42; makefile: 28; sh: 22
file content (7 lines) | stat: -rwxr-xr-x 210 bytes parent folder | download
1
2
3
4
5
6
7
#!/usr/bin/env bash
set -euxo pipefail

uv run coverage run --parallel -m pytest tests/unit/ -s --ignore=tests/unit/test_deprecated_finders.py
uv run coverage combine
uv run coverage report
uv run coverage xml