-
Notifications
You must be signed in to change notification settings - Fork 23
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
try to get a test running #89
Conversation
There were never any tests (upstream libraries do the tests currently). Would need refactoring to enable testing. Will try to get back to where it was prior to this failure. |
Signed-off-by: Paul Horton <phorton@sonatype.com>
Hi @madpah, Thanks for looking! Unfortunately, the current build failure in the internal Jenkins build is due to no test results being found - so deleting the test class just gets back to that same failure state. I'm trying a different option now, that alters the |
I think my latest changes have a working unit test and should calm the internal build. Please holler if you see anything horrific. |
No objections, so gonna merge. |
Flailings about creating a simple test to appease coverage report.
I suspect a problem with this tox config:
https://github.com/sonatype-nexus-community/jake/blob/main/tox.ini#L27
cc @bhamail / @DarthHater