Today, my coworker fixed a problem with Dancer2::Session::DBIC and we needed a 
test
that relies on maintaining the session.

I looked for other session tests in Dancer2 core and other session engines, but
they are using Test::TCP.

My coworker found out that this can be tested with Plack::Test as well:

https://github.com/interchange/Dancer2-Session-DBIC/blob/master/t/schema.t

So no need to use a different test module for sessions :-).

Regards
        Racke

-- 
Perl and Dancer Development

Visit our Perl::Dancer conference 2014:

http://act.perl.dance/
_______________________________________________
dancer-users mailing list
[email protected]
http://lists.preshweb.co.uk/mailman/listinfo/dancer-users

Reply via email to