PythonFuzz is coverage-guided fuzzer for testing python packages. Fuzzing for safe languages like python is a powerful strategy for finding bugs like unhandled exceptions, logic bugs, security bugs ...
If the python package is hosted on a repository, you can install directly using: pip install git+https://github.com/mercadolibre/python-sdk.git (you may need to run ...