keploy / keploy

Test generation for Developers. Generate tests and stubs for your application that actually work!
https://keploy.io
Apache License 2.0
3.37k stars 374 forks source link

feat: add support for async http matching #1832

Closed gouravkrosx closed 1 month ago

gouravkrosx commented 1 month ago

Related Issue

Closes: #1831

Describe the changes you've made

Type of change

Please let us know if any test cases are added

Please describe the tests(if any). Provide instructions how its affecting the coverage.

Describe if there is any unusual behaviour of your code(Write NA if there isn't)

NA

Checklist:

Screenshots (if any)

Original Updated
original screenshot updated screenshot
slayerjain commented 1 month ago

@gouravkrosx any idea why the Python workflow is failing?

gouravkrosx commented 1 month ago

It is due to noisy parameter, limitation of viper cobra to not accept case sensitive keys in config file. There is already an open Pr for this, need to see that.

slayerjain commented 1 month ago

can we please merge that PR too then, rebase and then try again?

slayerjain commented 1 month ago

because it has become our limitation now

gouravkrosx commented 1 month ago

Ok