Brandon Risberg
Brandon Risberg
Fixes #375 Adds a new control field to `gut_config_gui.gd` for `Script Suffix` and propagates its value to the workspace config file. Reports an error if the user specifies a `suffix`...
First, thanks for this cool framework! You suggest a test [directory structure](https://github.com/bitwes/Gut/wiki/Install#setup), which is reasonable. However, I'd like to use a deviation from that: Specifically I'd like my tests to...
I saw in your [contributing guidelines](https://github.com/bitwes/Gut/wiki/Contributing#checklist-for-prs) that you suggest including wiki text changes in the PR description. I wanted to show you a way to simplify this workflow by putting...
#30 Fixes I am using a forked version of @screeps/common which avoids printing console errors on connection failure and avoid restarting the connection socket on connection end. This allows the...
DO NOT MERGE This is an example branch to illustrate the issues of incomplete test cleanup. Used to illustrate #30
I noticed a glaring issue with how this project is deployed / tested that I'd like to discuss. The mock server processes/instances are not properly cleaned up between unit test...
Does anyone know why this project has peer dependencies on the various @screeps component? ``` "peerDependencies": { "@screeps/common": "^2.12.1", "@screeps/driver": "^5.0.0", "@screeps/engine": "^4.0.4" }, ``` https://nodejs.org/es/blog/npm/peer-dependencies/ As far as I...
First of all, thanks for taking over this project and moving it to the Screepers group. I was bummed that Integration testing didn't work out of the box a few...