DEBSOURCES
Skip Quicknav
sources / python-globus-sdk / 4.3.0-1 / tests / stub-testmod.sh
123456789
name="$1" cat > "test_$name.py" <<EOH import pytest @pytest.mark.xfail def test_$name(): raise NotImplementedError EOH