Skip to content

Commit

Permalink
Remove test for say hello
Browse files Browse the repository at this point in the history
  • Loading branch information
teobucci committed Mar 25, 2024
1 parent 755dc4a commit 017becb
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 16 deletions.
19 changes: 18 additions & 1 deletion tests/test_hawk.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"""Tests for `hawk` package."""

import pytest

from click.testing import CliRunner # noqa: F401

import hawk # noqa: F401
Expand All @@ -24,3 +23,21 @@ def test_content(response):
"""Sample pytest test function with the pytest fixture as an argument."""
# from bs4 import BeautifulSoup
# assert 'GitHub' in BeautifulSoup(response.content).title.string


# from pywps import Service
# from pywps.tests import client_for, assert_response_success

# from .common import get_output

# from hawk.processes.wps_say_hello import SayHello


# def test_wps_hello():
# client = client_for(Service(processes=[SayHello()]))
# datainputs = "name=LovelySugarBird"
# resp = client.get(
# "?service=WPS&request=Execute&version=1.0.0&identifier=hello&datainputs={}".format(
# datainputs))
# assert_response_success(resp)
# assert get_output(resp.xml) == {'output': "Hello LovelySugarBird"}
15 changes: 0 additions & 15 deletions tests/test_wps_hello.py

This file was deleted.

0 comments on commit 017becb

Please sign in to comment.