Hi all!
Not sure if this is the right place to ask the question, so forgive me if I am wrong. For my master thesis, I am currently researching how to predict a set of microservices out of monolithic software automatically. To make this prediction, I am using three sources of data: static data (structural dependencies between classes and functions), semantic data (e.g. the identifier names and comments) and dynamic information (execution logs). Source code mining allows me to relatively easy extract the first two data sources. However, to gather dynamic data, it is necessary to run the application (or some automated tests). Since I would like to use Thonny as a case study in my research, I have the following questions:
- To what extent is logging available in Thonny?
- Do you perhaps have some recent execution logs available?
- And lastly, what is the test coverage of Thonny?
Thanks and any help is welcome :)
Best regards,
Lars