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
- Add logic to create a test file for a given source file in the CppWriteTestService class.
- Check if the project root test folder exists, and create it if not.
- Generate the test file name based on the source file name.
- Use WriteAction to create the test file in the project directory.
- Update the TestFileContext to include the newly created test file.
- Also, add logic to determine the test framework used in the CLionWorkspaceContextProvider class.
- Check the CMakeWorkspace for dependencies
0 commit comments