wiremock / ecosystem

Feature requests and documentation for all things WireMock ecosystem: integrations, extensions, etc.
Creative Commons Zero v1.0 Universal
2 stars 0 forks source link

WireMock for C/C++ with a Testcontainers module #18

Open oleg-nenashev opened 11 months ago

oleg-nenashev commented 11 months ago

Proposal

I have recently created a new Testcontainers for C/C++ to support my talk on using WireMock for embedded projects. It would be niceto keep expanding this module, because there are many C and C++ projects that would benefit from API mocking embedded into the tests. Contributions are welcome!

If there are any existing implementations, prototypes, blogs or etc, let us know!

N/A

Reference any relevant documentation, other materials or issues/pull requests that can be used for inspiration.

Khamaria221306 commented 11 months ago

Hi Oleg, I will be happy to contribute, but i need little guidance to start, I am beginner in open source contribution. please let me know how I can assist.

Thanks

oleg-nenashev commented 11 months ago

Hi @Khamaria221306. You can find some good first issues in the Testcontainers for C/C++ repo

Khamaria221306 commented 11 months ago

Thanks Oleg