sonatype-nexus-community / nexus-repository-apt

A Nexus Repository 3 plugin that allows usage of apt repositories
Eclipse Public License 1.0
105 stars 50 forks source link

Expand Unit Testing of Versions #33

Open DarthHater opened 6 years ago

DarthHater commented 6 years ago

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!

bhamail commented 4 years ago

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