logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Test::Bot::BasicBot::Pluggable::Store - basics tests for Bot::BasicBot::Pluggable storage classes

Author

       Mario Domgoergen <mdom@cpan.org>

       This program is free software; you can redistribute it and/or modify it under the same terms as Perl
       itself.

perl v5.40.0                                       2024-08-24              Test::Bot::Bas...luggable::Store(3pm)

Description

       This modules collects some general functions to test storage module sfor Bot::BasicBot::Pluggable. In the
       moment we just export the basic store_ok.

Functions

store_ok
       This functions justs tests some basic behaviour every storage module should provide, like store creation,
       get and set. You can't use it directly with Test::More as we hardcode the number of tests to nine in the
       moment. (Man, i'm so excited about nested tap streams in the newest development release of Test::Simple)

Name

       Test::Bot::BasicBot::Pluggable::Store - basics tests for Bot::BasicBot::Pluggable storage classes

Synopsis

         store_ok( 'Memory' );
         store_ok( 'Deep', { file => 'deep.db' });

Version

       version 1.30

See Also