Skip to main content

Testing code

Discover ways that you can use GitHub Copilot to test your code.

Generating unit tests

공동 파일럿 채팅 can help with generating unit tests for a function.

Creating mock objects to abstract layers

공동 파일럿 채팅 can help with creating mock objects that you can use for unit tests.

Creating end-to-end tests for a webpage

공동 파일럿 채팅 can help with generating end-to-end tests.

Updating unit tests to match code changes

공동 파일럿 채팅 can help with updating your tests.