testify / testify-core

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

Add convention for prioritized properties #9

Open oconnormi opened 9 years ago

oconnormi commented 9 years ago

Properties should support priority levels in order to have a way to manage which property would be used when an identical property existed. An example would be "default" properties that came with the test and specified "override" level properties that would have a higher priority and would be used before any defaults. Something similar to how attributes in chef work would be ideal