fokoid / socman

A library to manage society membership along with CLI and GUI interfaces
MIT License
0 stars 0 forks source link

pytest fixtures trigger pylint redefined-outer-name #8

Open fokoid opened 8 years ago

fokoid commented 8 years ago

Standard usage of pytest triggers the pylint warning redefined-outer-name. This issues is discussed here.

fokoid commented 8 years ago

This has been temporarily fixed by silencing this pylint warning in test_memberdatabase.py, see commit ce91a087c5349bab262f4bf008b6bc82a8c3c806.