added tests for optional max-age on statics#9
added tests for optional max-age on statics#9MauriceButler wants to merge 1 commit intoxavi-:masterfrom MauriceButler:add-max-cache-tests
Conversation
|
I'm not too familiar with the various test frameworks out there. Out of curiosity, why do you prefer tape? |
|
Personally I find tape simple to use. Other than that there is no real reason other than it produces TAP output. However there are any frameworks that produce TAP output. http://testanything.org/wiki/index.php/Main_Page If the test suite outputs TAP then it can be used with many other tools such as Testling (https://ci.testling.com/) |
|
That makes sense. I do hear good things about TAP. Though, I'm not too keen on having two test suite laying around. I've done it with other projects and they never get merged. Over the weekend I'll take a look at tape and see how hard it'll be to covert all the existing tests. |
|
I agree on the 2 suites. THats exactly why I made it 2 separate pull requests. I actually was going to do it for you but ran out of time. :) |
Added tests as tape tests runnable from npm test.
As this is different to the other existing tests I have made this a different pull request.
Related to #7