nodev-io / pytest-nodev

Test-driven source code search for Python.
http://pytest-nodev.readthedocs.io
MIT License
27 stars 8 forks source link

Move session internal state to own class #11

Open alexamici opened 8 years ago

alexamici commented 8 years ago

The _ candidates_* attributes of the config object are the internal state of the plugin and are better represented as a class.