Group
Extension

Matches 3

Test-Chado ( S/SI/SIDD/Test-Chado-v4.1.1.tar.gz, SIDD, 2014; MetaCPAN )
Test-Chado/lib/Test/Chado/FixtureLoader/Preset.pm ( view source; MetaCPAN )
nfig_dir } );

    my @all_configs = map { basename $_}
        File::Find::Rule->file->name(qr/\.json$/)->in($config_dir);

    for my $config_file (@all_configs) {
        my $fixture_dir = catdir( 
Test-Chado ( S/SI/SIDD/Test-Chado-v4.1.1.tar.gz, SIDD, 2014; MetaCPAN )
Test-Chado/lib/Test/Chado/Manual/TestingWithWebApp.pod ( view source; MetaCPAN )

        }
    );


    post '/cvterms' => [ format => [qw/json/] ] => sub {
        my $self   = shift;
        my $params = $self->req->json;
        for my $p (qw/namespace id name/) {
            

            }
        );

        $self->res->headers->location( "/cvterms/" . $params->{id} . ".json" );
        $self->rendered(201);
    };

    $app->start;

During the unit testing, the B<schema
Test::Mojo->new;
    $t->app->schema($schema);

    my $post = $t->post_ok(
        '/cvterms.json' => json => {
            namespace => 'test-chado-mojoapp',
            id        => 'TC:000001',
  
Test-Chado ( S/SI/SIDD/Test-Chado-v4.1.1.tar.gz, SIDD, 2014; MetaCPAN )
Test-Chado/lib/Test/Chado/DBManager/Postgression.pm ( view source; MetaCPAN )
se JSON;
use feature qw/say/;
extends qw/Test::Chado::DBManager::Pg/;

sub _build_dbh {
    my ($self) = @_;
    my $ua = HTTP::Tiny->new(
        default_headers => { 'Accept' => 'application/json' }
e "status: $response->{status}\treason: $response->{reason}\n";
    }

    my $resp_hash = decode_json $response->{content};
    my $dsn
        = "dbi:Pg:dbname=$resp_hash->{dbname};host=$resp_hash->

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.