Alan deLevie
Alan deLevie
:+1: here
Confirming that the issue exists for a few more randomly-selected URLs.
What's the non-obvious way?
Looks like this line could be replaced https://github.com/openapi-generators/openapi-python-client/blob/main/openapi_python_client/__init__.py#L130 with something that either: 1) explicitly only deletes known folder names (e.g. only `models` and only `api`), OR 2) deletes everything except...
here's a short proof of concept: https://github.com/openapi-generators/openapi-python-client/pull/641
Absolutely related, thanks for pointing out. Happy to try and take my proof concept across the finish line, but also not sure what the desired developer experience is. I do...
Hi @dbanty -- I am curious if you think this feature belongs in this library. I certainly do, though there seem to be several plausible implementations.
cdn.js if they'll allow it. Sent from my iPhone > On May 7, 2014, at 12:57 AM, Eric Mill [email protected] wrote: > > @adelevie, do you have Ideas for how...
> user- or audience-driven reasons What are some examples of these?
It provides some nice background over confusing testing terminology (mocks, stubs, fakes). I'm wondering if it's possible to successfully test an application in blissful ignorance of these.