Test::ttserver

ttserver runner for tests
Download

Test::ttserver Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Craftworks
  • Publisher web site:
  • http://search.cpan.org/~craftwork/

Test::ttserver Tags


Test::ttserver Description

ttserver runner for tests Test::ttserver is a Perl module that automatically setups a ttserver instance in a temporary directory, and destroys it when the perl script exits.ttserver is the managing server of the database instance of the Tokyo Tyrant that is a network interface of the Tokyo Cabinet.SYNOPSIS use Test::More; use Test::ttserver; use TokyoTyrant; my $ttserver = Test::ttserver->new or plan 'skip_all' => $Test::ttserver::errstr; plan 'tests' => XXX; my $rdb = TokyoTyrant::RDB->new; $rdb->open( $ttserver->socket ); ... Requirements: · Perl


Test::ttserver Related Software