Description
When user selects for example non default Test framework during test generation for Python then next time it's reset to default value. The same with other fields, with exception of 'Test source root'
To Reproduce
Steps to reproduce the behavior:
- Open Python project
- Invoke test generation dialog
- Select
Test framework = pytest
- Generate tests
- Invoke the dialog again
Expected behavior
pytest test framework is preserved
Actual behavior
test framework is Unittest again

Additional context
The same is with both timeouts and 'Visit only specified source'
Description
When user selects for example non default Test framework during test generation for Python then next time it's reset to default value. The same with other fields, with exception of 'Test source root'
To Reproduce
Steps to reproduce the behavior:
Test framework = pytestExpected behavior
pytesttest framework is preservedActual behavior
test framework is
UnittestagainAdditional context
The same is with both timeouts and 'Visit only specified source'