YahooArchive / arrow

FE Test framework designed to promote TDD
http://yahoo.github.io/arrow/arrow_intro.html
BSD 3-Clause "New" or "Revised" License
55 stars 59 forks source link

added some fixes for local config #164

Closed ericedem closed 10 years ago

ericedem commented 10 years ago

If found several bugs relating to local configuration.

The larger problem in the codebase is that configuration is taken directly from the command line arguments, instead of from the config object, which already contains command line arguments anyway.

pranavparikh commented 10 years ago

Shall be fixed with this PR - https://github.com/yahoo/arrow/pull/166