snapframework / snap

Top-level package for the official Snap Framework libraries, includes the snaplets API as well as infrastructure for sessions, auth, and templates.
http://snapframework.com/
BSD 3-Clause "New" or "Revised" License
455 stars 68 forks source link

BACKPORT: Add support in Snap.Snaplet.Test for reusing initializers. #115

Closed dbp closed 10 years ago

dbp commented 10 years ago

This was a change that was originally against 0.13, but got merged after master switched to 1.0 (the same day, even!). I'm in the process of doing a proper release of a testing library that could really use these changes to be on the current stable (it speeds up test suites by 10-100x). All tests pass on 0.13 with these changes.