Abstract: Test case generation (TCG) for Python poses distinctive challenges due to the language’s dynamic nature and the absence of strict type information. Previous research has successfully ...
During tests we generate random schema names so that we can run tests in parallel. We generated them based on the regex in river, which allows upper case letters. The problem is that river migrations ...