AlessioDP / libby

A runtime dependency management library for plugins running in Java-based Minecraft server platforms.
MIT License
76 stars 20 forks source link

Add tests #28

Closed frengor closed 10 months ago

frengor commented 10 months ago

This PR adds some tests to the core module.

All the downloaded files are kept inside the core/build/test-downloads folder so that it is easy to inspect them in case of test failures.

This PR also does a bit of cleanup:

frengor commented 10 months ago

Thank you for those tests.

I see that new test classes are using package-private methods instead of public ones, like ConfigurationFetcherTest, can you change that?

Yes, I'll make a commit in a moment.