Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

User-specified formatter is not used, when MySQLPool plugin is loaded #17

Open
gugod opened this issue Sep 3, 2023 · 1 comment
Open

Comments

@gugod
Copy link
Contributor

gugod commented Sep 3, 2023

Due to this statement:

$prove->{ app_prove }->formatter('TAP::Formatter::MySQLPool');

When running prove like this:

prove -PMySQLPool --formatter TAP::Formatter::JUnit ...

The TAP::Formatter::JUnit formatter is actually not used. With JUnit, the output should be in XML, but if MySQLPool is also loaded, then the output remained to be in TAP.

@mackee
Copy link
Owner

mackee commented Sep 17, 2023

Thanks for your report.

I will consider how App::Prove::Plugin::MySQLPool and TAP::Formatter::JUnit can be used together.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants