Closed S-S-X closed 1 year ago
A lot more stuff in logs, not sure if it's good or bad. Useful in some cases, not that much here because Technic wont be producing that much direct output.
Only few things like now it makes it very clear where exactly for example these messages are coming:
Deprecated technic.register_power_tool use. Setting max_charge for oldlegacy:powertool
Use of deprecated function technic.set_RE_wear with stack: oldminimal:powertool
I guess should keep that but make it configurable. Possibly to show only failures or maybe full log when mod/tests produces other output for running test but when mod/tests stay quiet then also keep log quiet.
I guess should keep that but make it configurable. Possibly to show only failures or maybe full log when mod/tests produces other output for running test but when mod/tests stay quiet then also keep log quiet.
Is configurable now (with -v and -q flags). Also default logging is way better, not much useless output but still everything needed to actually see where mod logging / output gets triggered. Also spec file headers when switching (to see where possible warnings / logging for spec actually comes from).
Will also fix mineunit workflow for #320
Implementing #249 reduces solar arrays and moves test networks to y 50.
Makes test execution about 20% faster (tested with code coverage collection, ran both 5x with almost same results between runs). Comparing here with last merged PR and this one: 11.70723 seconds vs 9.231875 seconds
Maybe also update other test related stuff here so draft for now...