Skip to content

Schema pgunit should contain all functions and types related to this test framework #15

@sfkeller

Description

@sfkeller

Currently, when following the README, only dblink is being put into schema pgunit. All functions test_* and type test_results are being created in current (default: public) schema.

This clutters the default and/or the user schema, while there are cleaner means, like putting everything in pgunit schema.

So, the schema pgunit should contain all functions (test_*) and type (test_results) and types related to this test framework (except the specific user defined SQL script). With this one can do DROP SCHEMA pgunit; and everything is cleaned up - instead of doing many times a DROP FUNCTION....

In addition one could consider to "package" everything into a simple PostgreSQL extension.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions