-
Greetings, I'm currently trying to make game tests for AP. After learning how the whole semi-well documented game test stuff works, I tried to check the CC repository how CC tests their computers in game. The things that immediately flew into my eyes were the api and core package in the testMod/java folder along with the TestAPI.java file And if I do that, is there anything I should keep in mind when I make my lua test scripts for my computers? Or even better, is there any documentation about creating tests for lua cc scripts that I couldn't find? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 13 replies
-
Yep! Everything should be licensed under the MPL 2.0, so you don't need to worry about CCPL restrictions.
There's some notes in ARCHITECTURE.md about the game test code, and I've tried to document most classes, but it's definitely not comprehensive. Some vague notes which hopefully help a little:
|
Beta Was this translation helpful? Give feedback.
Yep! Everything should be licensed under the MPL 2.0, so you don't need to worry about CCPL restrictions.
There's some notes in ARCHITECTURE.md about the game test code, and I've tried to document most classes, but it's definitely not comprehensive.
Some vague notes which hopefully help a little: