redding / assert

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

reorg the view base class and default view #223

Closed kellyredding closed 9 years ago

kellyredding commented 9 years ago

There are no behavior changes here - just reorgs and some test cleanups and additions. This is part of cleaning things up and making them more intentionally extendable in prep for working on Parassert.

First, I want to get rid of the view subfolder. This moves the default view up to a top-level object and moves the base logic out of its separate file and into the top-level view file. The rest of the changes just support these moves and make the test more up to our latest conventions relative to these changes.

@jcredding ready for review.

jcredding commented 9 years ago

@kellyredding - I'm good with this :boom: