CleanCut / green

Green is a clean, colorful, fast python test runner.
MIT License
791 stars 75 forks source link

Per project configuration? #116

Closed MinchinWeb closed 7 years ago

MinchinWeb commented 8 years ago

Does green currently support per project configuration files? If not, would it be as simple as adding the current directory to where green searches for configuration files?

CleanCut commented 8 years ago

No, we don't.

Essentially yes, it should be almost that easy. We'll also have to update the docs and write some tests too.

MinchinWeb commented 8 years ago

if you're considering more configuration options, would storing settings in files such as setup.cfg or .editorconfig, which might already exist, be good options to consider too?

CleanCut commented 8 years ago

I'm not opposed to it. But I don't use those files, so it'd need someone who does to do the work. Should be slightly more work since you'll need to deal with a special [green] config section or something like that I imagine.

CleanCut commented 7 years ago

Support for this is in the just-released 2.8.0 version.