mirror of
https://github.com/pgvector/pgvector.git
synced 2026-07-05 12:10:55 +08:00
Updated TAP tests to use PostgreSQL::Test packages [skip ci]
This commit is contained in:
11
test/perl/PostgreSQL/Test/Cluster.pm
Normal file
11
test/perl/PostgreSQL/Test/Cluster.pm
Normal file
@@ -0,0 +1,11 @@
|
||||
package PostgreSQL::Test::Cluster;
|
||||
|
||||
use PostgresNode;
|
||||
|
||||
sub new
|
||||
{
|
||||
my ($class, $name) = @_;
|
||||
return get_new_node($name);
|
||||
}
|
||||
|
||||
1;
|
||||
5
test/perl/PostgreSQL/Test/Utils.pm
Normal file
5
test/perl/PostgreSQL/Test/Utils.pm
Normal file
@@ -0,0 +1,5 @@
|
||||
package PostgreSQL::Test::Utils;
|
||||
|
||||
use TestLib;
|
||||
|
||||
1;
|
||||
Reference in New Issue
Block a user