battlecode / galaxy

MIT License
10 stars 3 forks source link

Add basic automated test to Go compile / scrimmage servers #778

Open n8kim1 opened 2 months ago

n8kim1 commented 2 months ago

Eg, a test that takes in some files, and compiles them into reasonable output. Similar for scrimmages. We could add the input/output files to the repo as well, so that we're merely testing the Go part of the stack. (If that's difficult, Even a test that, like, spins up the machines and does nothing with them is fine.)

This would give us more confidence that our changes to Go work. Currently, you can only debug / test easily in prod