How can GitHub Copilot be limited when it comes to suggesting unit tests?
A.
GitHub Copilot can generate all types of unit tests, including those for edge cases and complex integration scenarios.
B.
GitHub Copilot primarily suggests basic unit tests that focus on core functionalities, often requiring additional input from developers for comprehensive coverage.
C.
GitHub Copilot can handle any complexity in code and automatically generate appropriate unit tests.
D.
GitHub Copilot's limitations in generating unit tests can vary based on the IDE version you are using.
The Answer Is:
B
This question includes an explanation.
Explanation:
GitHub Copilot often suggests basic unit tests and may not cover all edge cases or complex integration scenarios, requiring developers to supplement its suggestions.