File: stub-testmod.sh

package info (click to toggle)
python-globus-sdk 4.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,172 kB
  • sloc: python: 35,227; sh: 44; makefile: 35
file content (9 lines) | stat: -rwxr-xr-x 125 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
name="$1"
cat > "test_$name.py" <<EOH
import pytest


@pytest.mark.xfail
def test_$name():
    raise NotImplementedError
EOH