You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(auto-test): refactor and optimize auto-test service implementations #100
The auto-test service implementations for Python, Java, and Kotlin have been refactored and optimized. The Python implementation now returns an empty list for `lookupRelevantClass`, indicating that the feature is not yet implemented. The Java and Kotlin implementations have been significantly refactored to improve code readability and maintainability. The `createConfiguration` method in the Java and Kotlin services has been extracted into a companion object function for better organization. Additionally, the `runConfigurationClass` method in the Kotlin service has been simplified. These changes aim to enhance the performance and maintainability of the auto-test service.
0 commit comments