prmr / DScribe

Unit test generator with documentation support

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DScribe imports annotations from the wrong location

lberardelli opened this issue · comments

After invoking dscribe, the test class(es) associated with the focal method(s) import DScribe annotations from the wrong location.

Example_Image

This issue is not a problem with DScribe, but a problem with me. The imports and package declaration in the template.java are exactly the ones that get copied over during test generation. Might be nice to have that info in the README, but this is user error.

Screen Shot 2022-02-22 at 4 55 31 PM

Good point. This should definitely be in the README. I'll add it and close this issue.