Hiryus
Hiryus
The two hacks (`mocha --exit` and suppressing console logs) were done because I didn't find any good way to shutdown the server properly. It is just not designed to shut...
When I wrote it, I was thinking about placing these kind of methods in `src/world.js`. As a start, you have [addRoomObject()](https://github.com/screepers/screeps-server-mockup/blob/master/src/world.js#L97) which is quite generic but still more abstract than...
The library `secret` was added in python 3, but there is a back-port named `python2-secrets` if needed. Not sure how to use it only when using python 2 though...