scijava / scijava-maven-plugin

A Maven plugin to manage development of SciJava-based software.
BSD 2-Clause "Simplified" License
3 stars 5 forks source link

Fix integration test licensing through test rewrites #31

Closed gselzer closed 2 years ago

gselzer commented 2 years ago

This PR rewrites NoSubpackageDependenceRuleIntegrationTest and NoPackageCyclesRuleIntegrationTest to remove the vending of FitNesse and JUnit. Instead, dummy projects were created to test both rules. Specifically, we add:

Closes #30

Questions:

ctrueden commented 2 years ago

Wow, thanks for working on this, @gselzer! I see you have acclimated to the Pythonic four space indentation... 😉

gselzer commented 2 years ago

Dang, I could have sworn I formatted before each commit. Maybe I didn't have the SciJava profile active in IntelliJ?