I wrote a port of toxiproxy in Python and wanted to share #533
robertsdotpm
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I've been getting more into testing in my networking project and I came across toxiproxy and thought it was a good idea. I wanted to see if I could implement a simple version of the main server so it could be used as an import in Python. I ended up having to write a lot of code. My toxics are working though it's not as well tested as the Go version here.
I noticed there was also a Python client here but it seemed incomplete to me. This version can be used if anyone wants a Python toxiproxy client with async support, interfaces, IPv6, and so on. More details are here: https://p2pd.readthedocs.io/en/latest/built/toxiproxy.html
Beta Was this translation helpful? Give feedback.
All reactions