testify / testify-core

Testify Core Framework
Apache License 2.0
0 stars 4 forks source link

Add ability to override testify properties from the command line #8

Open oconnormi opened 9 years ago

oconnormi commented 9 years ago

When running tests against alternate configurations, properties files need to be updated accordingly so that a test can be run. Having a method that allowed for properties overrides from the command line would make testing alternative systems easier

oconnormi commented 9 years ago

As part of designing the new cli a properties option has been added that should allow easy property input. The first approach will be to simply have the cli properties added in after the properties read from files. This will effectively allow them to "overrride" file based properties