diff --git a/tests/functional/services/transfer/test_add_endpoint_server.py b/tests/functional/services/transfer/test_add_endpoint_server.py deleted file mode 100644 index f90075c86..000000000 --- a/tests/functional/services/transfer/test_add_endpoint_server.py +++ /dev/null @@ -1,6 +0,0 @@ -import pytest - - -@pytest.mark.xfail -def test_add_endpoint_server(): - raise NotImplementedError diff --git a/tests/functional/services/transfer/test_delete_endpoint_server.py b/tests/functional/services/transfer/test_delete_endpoint_server.py deleted file mode 100644 index b9d2cfed1..000000000 --- a/tests/functional/services/transfer/test_delete_endpoint_server.py +++ /dev/null @@ -1,6 +0,0 @@ -import pytest - - -@pytest.mark.xfail -def test_delete_endpoint_server(): - raise NotImplementedError diff --git a/tests/functional/services/transfer/test_endpoint_activate.py b/tests/functional/services/transfer/test_endpoint_activate.py deleted file mode 100644 index e696bae4f..000000000 --- a/tests/functional/services/transfer/test_endpoint_activate.py +++ /dev/null @@ -1,6 +0,0 @@ -import pytest - - -@pytest.mark.xfail -def test_endpoint_activate(): - raise NotImplementedError diff --git a/tests/functional/services/transfer/test_endpoint_deactivate.py b/tests/functional/services/transfer/test_endpoint_deactivate.py deleted file mode 100644 index e3d121873..000000000 --- a/tests/functional/services/transfer/test_endpoint_deactivate.py +++ /dev/null @@ -1,6 +0,0 @@ -import pytest - - -@pytest.mark.xfail -def test_endpoint_deactivate(): - raise NotImplementedError diff --git a/tests/functional/services/transfer/test_endpoint_get_activation_requirements.py b/tests/functional/services/transfer/test_endpoint_get_activation_requirements.py deleted file mode 100644 index a8c6b74c4..000000000 --- a/tests/functional/services/transfer/test_endpoint_get_activation_requirements.py +++ /dev/null @@ -1,6 +0,0 @@ -import pytest - - -@pytest.mark.xfail -def test_endpoint_get_activation_requirements(): - raise NotImplementedError diff --git a/tests/functional/services/transfer/test_update_endpoint_server.py b/tests/functional/services/transfer/test_update_endpoint_server.py deleted file mode 100644 index b91ae9bf6..000000000 --- a/tests/functional/services/transfer/test_update_endpoint_server.py +++ /dev/null @@ -1,6 +0,0 @@ -import pytest - - -@pytest.mark.xfail -def test_update_endpoint_server(): - raise NotImplementedError diff --git a/tests/stub-testmod.sh b/tests/stub-testmod.sh deleted file mode 100755 index fe4591989..000000000 --- a/tests/stub-testmod.sh +++ /dev/null @@ -1,9 +0,0 @@ -name="$1" -cat > "test_$name.py" <