redding / assert

Assertion style testing framework.
https://github.com/redding/assert
MIT License
10 stars 1 forks source link

simplify runner run method; remove suite/view injection #227

Closed kellyredding closed 9 years ago

kellyredding commented 9 years ago

This is similar to 226 and is prep for doing Parassert. The goal here is to make the runner intentionally extendable yet as simple to work with as possible. This also continues the efforts of 221 and 222 to make the config the common central point for all settings.

The run methods dependency injection is an artifact of previous implementations and currently serves no purpose. It only adds complexity.

See #221, #222 and #226 for reference.

jcredding commented 9 years ago

@kellyredding - Good stuff :boom: