Banbeck

Results 8 comments of Banbeck

This would still be a nice feature for me, as the default apple way of adding applications doesn't work for some things (notably Minecraft and Dominions 5) that seem to...

Good question. I am having this issue too. So far as I can tell, busted.runner uses the exit function from busted.compatibility. At the end of that exit function is a...

Got it to run multiple tests using busted.runner. I changed busted.compatibility as above: ![](https://user-images.githubusercontent.com/5952322/71751530-78a43200-2e41-11ea-8e2d-beb61241dcb3.png) Then made a global function to clear the loaded packages of busted between tests: This approach...

Found an issue with the above approach. All the tests are run twice. Running twice without truly clearing all the variables may cause failures the second time.

While using this approach to run multiple tests in standalone mode, the flow of execution was not what I expected. Code is executed from outwards in. Hopefully these pics explain:...

Maybe this would help? https://github.com/Olivine-Labs/busted/issues/571

Here's one way I found: https://github.com/Olivine-Labs/busted/issues/571

Added simple persistent logging in https://github.com/Torantulino/Auto-GPT/pull/124 via sqlite3 db. Allows for saving and overwriting sections of the "persistent memory".