AWS Exams GCP Exams Azure Exams GitHub Exams Jira Exams ISC2 Exams

Video: You are developing a Python function add(a, b) github video

Question 1 Be Honest
« Back   Next copilot-gh-300 Certification Question »
Answer

Full Certification Question

You are developing a Python function add(a, b) that takes two integers and returns their sum. You want to use GitHub Copilot to generate boilerplate code for unit tests to ensure the function works correctly. What is the best strategy for generating comprehensive boilerplate unit tests using Copilot? def add ( a , b ): return a + b