This is a dedicated watch page for a single video.
You are working on a Python project that includes a function calculate_discount(price, discount_rate) which calculates the final price after applying a discount. You want to use GitHub Copilot to generate unit tests for this function, ensuring that edge cases like invalid input are also covered. How can you use GitHub Copilot to generate appropriate tests for your function? (Select two)