You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 27, 2019. It is now read-only.
I am trying to expand test coverage on this project so it might be a bit easier for others to contribute!
In the VersionTest.java class, I've started testing some of the Debian version permutations, but there likely exist many more. I believe @mpoindexter can point out some cases, but really anyone can :)
What feature or behavior is this required for?
Not required per se, good coding practices, and make it more obvious when you've broken something in the future.
How could we solve this issue? (Not knowing is okay!)
Figure out a list of Versions to test, and then come up with cases for them. The class currently uses JUnit, as that's fairly standard for the @sonatype formats team, but if you got a better way of testing feel free to contribute!
Anything else?
Have fun!
The text was updated successfully, but these errors were encountered:
APT is now part of Nexus Repository Manager. Version 3.17.0 includes the APT plugin by default.
If this is still an issue if using 3.17.0 or later please file an issue at https://issues.sonatype.org/.
Links to the new source code location are in the top level README.md
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I am trying to expand test coverage on this project so it might be a bit easier for others to contribute!
In the
VersionTest.java
class, I've started testing some of the Debian version permutations, but there likely exist many more. I believe @mpoindexter can point out some cases, but really anyone can :)Not required per se, good coding practices, and make it more obvious when you've broken something in the future.
Figure out a list of Versions to test, and then come up with cases for them. The class currently uses JUnit, as that's fairly standard for the @sonatype formats team, but if you got a better way of testing feel free to contribute!
Have fun!
The text was updated successfully, but these errors were encountered: