CC: Tweaked

CC: Tweaked

42M Downloads

Testing framework exposed as an artifact

SirEdvin opened this issue ยท 3 comments

commented

So, testing framework, that was developed by CC:Tweaked team is really awesome to use, and I am glad that I can use it time to time in my project. But for now, this testing framework wasn't exposed as public artifact, so to use it I need to rip off some peace of code and put into into other repository and create artifact from it.

This become more complicated now, because testing framework for vanilla minecraft exists, but it depends on vanilla minecraft project, which is not exposed as public artifact, so amount of code that should be ripped off is increased significantly.

Can I ask to expose testing framework in some sort of maven artifact? I am pretty fine with it to be unstable/unfinished/etc

commented

Artifcat?

When you say the testing framework, what exactly do you mean here? CC:T has three different test suites (mcfly, JUnit, gametests), each with their own support library. Aside from the core project (whose test fixtures jar should be published already), I'm not sure which of those is very interesting!

commented

I am talking mostly about gametes :)

commented

Right, makes sense.

I think the main trouble here is that you basically need to create a new multi-loader mod to make this work, which means this ends up spiralling into quite a lot of work. I'm afraid I just don't have the capacity for this right now, so going to leave this up to someone to PR.