theory / tap-parser-sourcehandler-pgtap

TAP::Parser::SourceHandler::pgTAP
http://search.cpan.org/dist/TAP::Parser::SourceHandler::pgTAP
11 stars 13 forks source link

Support own types #12

Closed rodo closed 8 years ago

rodo commented 8 years ago

If the PR https://github.com/theory/tap-parser-sourcehandler-pgtap/pull/11 is accepted, I'll do a similar PR to support own types détection. Look forward for any advice on my first PR to do a better one on types

theory commented 8 years ago

Types detection? What kind?

rodo commented 8 years ago

For example if you defined an enum type as CREATE TYPE carcolor AS ENUM ('red','blue'); you want to be sure the type will exists.

theory commented 8 years ago

Oh, you mean testing, not detection. Sorry. Sounds good!