Seth Feldkamp
Seth Feldkamp
When I train this kata (an example, they all have the same problem). ``` { "_data": { "success": true, "name": "Square(n) Sum", "slug": "square-n-sum", "description": "Complete the `squareSum`/`square_sum`/`SquareSum` method so...
There is a command (and mapped keyboard shortcut) to focus the termination panel. Add one to unfocus it or make it toggle the terminal focus. Reference: https://github.com/platformio/platformio-atom-ide-terminal/pull/218
use PathPatternMatcher.cfc to support path patterns in testBundles argument. ## testing I'd like to create automated test for this in tests/specs, but I couldn't see how to go about doing...
Fixes an error that occurred when using request.testbox.debug or request.testbox.clearDebugBuffer. Fixes a bug that would cause debug messages to appear in only the first suite to be loaded. Lets request.testbox.debug...
add debugBuffer to JSONReporter so it's available to clients https://ortussolutions.atlassian.net/browse/TESTBOX-355