jaraco / keyring

MIT License
1.26k stars 160 forks source link

Add equality operator to EnvironCredential #549

Closed wwuck closed 2 years ago

wwuck commented 2 years ago

It would be useful for using EnvironCredential in unit tests if it has the equality operator implemented.

jaraco commented 2 years ago

It would be useful for using EnvironCredential in unit tests if it has the equality operator implemented.

Can you say more about where this would be useful? I don't see any unit tests for EnvironCredential.

wwuck commented 2 years ago

Apologies, I missed the review before you merged this. I've pushed the initial code up to github at https://github.com/wwuck/keyrings.envvars but I can't push to TestPyPI or PyPI until https://github.com/pypa/warehouse/issues/10030 is fixed.