Write the function which is part of the pytest plugin that handles the output from the run test logic. After the tests are run in pytest, the plugin should be called and it should return to the python extension in VS Code a correctly formatted JSON package with the test results.
Write the function which is part of the pytest plugin that handles the output from the run test logic. After the tests are run in pytest, the plugin should be called and it should return to the python extension in VS Code a correctly formatted JSON package with the test results.