p5-app-duckpan icon indicating copy to clipboard operation
p5-app-duckpan copied to clipboard

Test a new goodie

Open kirkins opened this issue 8 years ago • 1 comments

I submitted a new Goodie for text to voice and I found a small issue in Duckpan during the development process.

If you want to query the new goodie there is no problem, though you do get a warning like this:

[NOTICE] No metadata was found for these Instant Answers:

But if I try to test the new goodie:

[FATAL]  Could not find an Instant Answer with name 'TextToSpeech'

As a workaround I used a full duckpan test, which ended up consuming a lot of time while working on tests.

kirkins avatar Jul 21 '17 17:07 kirkins

As a smaller workaround you can use prove -Ilib t/TextToSpeech.t from the root of the repository, that should work. It looks like this got missed in https://github.com/duckduckgo/p5-app-duckpan/pull/383

mintsoft avatar Jul 22 '17 08:07 mintsoft