CleanCut / green

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

Options set via config file are disrespected #56

Closed hindman closed 9 years ago

hindman commented 9 years ago

Options set via a config file are no longer working for me. Here's a simple example:

$ cat ~/.green
verbose = 2

$ green
.....
Ran 5 tests in 0.001s
OK (passes=5)

I observe the same problem with other options in my config file (eg, file_pattern). They aren't being picked up at all.

When I checkout to v1.71, the example above works as expected, but not in v1.80 and beyond.

CleanCut commented 9 years ago

Included in 1.9.1 released just now.