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

Add support for multiple endpoints #94

Closed
zacps opened this issue Dec 18, 2019 · 3 comments
Closed

Add support for multiple endpoints #94

zacps opened this issue Dec 18, 2019 · 3 comments

Comments

@zacps
Copy link

zacps commented Dec 18, 2019

I'm testing an application which has support for falling back to other endpoints. Because the server is known the API url never changes and isn't configurable.

I want to test that parts of the application will correctly fall back to other endpoints if they're configured. To do that I would need the ability to start additional mock servers with their own mocks.

@lipanski
Copy link
Owner

lipanski commented Jan 9, 2020

@zacps would the solution proposed in #92 work for you? if so, we could look into implementing that.

@johannescpk
Copy link

Personally I'd say the solution proposed in #92 would fit nicely here. I'm also having that use case where I have multiple endpoints that are exclusively used in tests, such as mocking away an external service

@lipanski lipanski mentioned this issue Feb 5, 2023
7 tasks
@lipanski
Copy link
Owner

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

3 participants