jjtParadox / Barometer

An old experimental test library for 1.12 MinecraftForge mods.
GNU Lesser General Public License v3.0
7 stars 3 forks source link

Support for determining the number of Barometer tests to run automatically #8

Closed tdaffin closed 6 years ago

tdaffin commented 6 years ago

I've used fast classpath scanner to remove the need for the 'barometer.numClasses' system property.

The only disadvantage I can see to this is that users have to add fast-classpath-scanner to their testRuntime dependencies, but I think that isn't too onerous.

I've gone ahead and updated the README as well.

jjtParadox commented 6 years ago

This is awesome, thank you!

As promised, :cookie: :cookie: :cookie: :cookie: :cookie: :cookie: :cookie: :cookie: :cookie: :cookie:

Also I completely forgot I had this set up, but running ./gradlew spotlessApply will automatically reformat code to match the style used in this repo. I recommend trying it out! (Don't worry about doing that for this PR, I can take care of it :smiley: )

tdaffin commented 6 years ago

Thanks! :munch: :munch: :munch: Spotless is pretty cool. I'll make sure I use it next time :)