Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to use birdy as the client in PyWPS tests #200

Open
huard opened this issue Apr 13, 2021 · 0 comments
Open

How to use birdy as the client in PyWPS tests #200

huard opened this issue Apr 13, 2021 · 0 comments

Comments

@huard
Copy link
Contributor

huard commented Apr 13, 2021

Description

I'd like to write unit tests for PyWPS processes that use birdy as the client for the tested Service. At the moment, unit tests use this pattern

client = client_for(
            Service(processes=[ProcessClass()], cfgfiles=CFG_FILE)
        )

I would like to be able to do

client = birdy.WPSClient(Service(processes=[ProcessClass()], cfgfiles=CFG_FILE))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant