interchange / Dancer-Plugin-Interchange6

Dancer Plugin for Interchange6 shop machine
4 stars 1 forks source link

add route tests #9

Closed SysPete closed 10 years ago

SysPete commented 10 years ago

After much painful fighting with various Dancer internals that conspired against me I finally have a decent set of route tests. These should work fine against master and moo rewrite (though should be updated later to change hash results into method calls). Template used is 'simple' and uses some hooks to convert complex values to scalars for simple templates. Using simple avoids having to pull in further dependencies.

racke commented 10 years ago

Thanks a lot!

Racke