Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 233 Bytes

File metadata and controls

12 lines (8 loc) · 233 Bytes

Contributing

Thanks for helping improve the Proxy11 Python client.

Local Setup

python -m pip install -e . pytest
python -m pytest

Keep changes small and focused. If you add or change behavior, add a test for it.