Shirakumo / radiance

A Common Lisp web application environment
https://shirakumo.github.io/radiance/
zlib License
311 stars 19 forks source link

Add tests for the ban and cache interfaces #9

Closed jorams closed 7 years ago

jorams commented 7 years ago

Requires Shirakumo/radiance-contribs#3

(Note that the tests for the database interface are currently incorrect, or the default implementation doesn't conform to them.)

Shinmera commented 7 years ago

For the ban interface, please also test that a call to request from a banned IP is rejected successfully and one from an unbanned IP succeeds.