Timur Yuldashev

Results 16 comments of Timur Yuldashev

Additional question here is what these errors are about, because such records appear even when generation is successful (or at least it looks like succeed). ``` [t00814305-PTAC ] BaseForkTask.cpp:65 1|...

Another sample is [array-sort.c](https://github.com/UnitTestBot/UTBotCpp/blob/main/integration-tests/c-example/lib/array/array-sort.c). UTBot generates number of tests, but two from regression suite fail during execution.

> Where is the settings file located? Should be here: `C:\Users\xxxxx\.utbot\settings.properties`

Hi, @tosha63 We've prepared dev-build with such option, could you try it and let us know results? How to: * Add to `C:\Users\xxxxx\.utbot\settings.properties` file new line with VM memory option...

Hi, Release version works in IDEA only, with installed Python plugin you could generate tests for Python there. Don't forget to enable `Experimental language support` in UTBot settings. PyCharm support...

Regarding folders: it's better to have dedicated folder as I see on your screenshot `test` folder at the same level as `src`. You may point UTBot in the dialog: ![image](https://github.com/UnitTestBot/UTBotJava/assets/10035839/246f71f9-43ec-4252-a5df-26211fe5b23f)...

UnitTest bot for PyCharm is available through Marketplace now. Also we hide UTBot for IDEA from the search in PyCharm.

Nothing unusual, that was test generation by plugin from latest main (build #5277). The only non-default setting was Symbolic=100%.

Also generation for `examples.objects.AbstractAnonymousClass#getInstance` from UTBot Java project could be used to demonstrate the problem. Here is one of generated test: ```java @Test @DisplayName("getInstance: x % 2 == 0 :...