Skip to content

Commit

Permalink
remove hello process
Browse files Browse the repository at this point in the history
  • Loading branch information
cehbrecht committed Apr 12, 2024
1 parent 0227c38 commit b927e8d
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 65 deletions.
2 changes: 0 additions & 2 deletions parrot/processes/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
from .wps_say_hello import SayHello
from .wps_dashboard import Dashboard

processes = [
SayHello(),
Dashboard(),
]
47 changes: 0 additions & 47 deletions parrot/processes/wps_say_hello.py

This file was deleted.

1 change: 0 additions & 1 deletion tests/test_wps_caps.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,4 @@ def test_wps_caps():
)
assert sorted(names.split()) == [
"dashboard",
"hello",
]
15 changes: 0 additions & 15 deletions tests/test_wps_hello.py

This file was deleted.

0 comments on commit b927e8d

Please sign in to comment.