Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Jun 25, 2025

Thanks for asking me to work on this. I will get started on it and keep this PR's description up to date as I form a plan and make progress.

Original description:

Add a unit test to decode the first available VP8 test vector file (vp80-00-comprehensive-001.ivf) from the TestVectors directory, located at test/VP8.Net.TestVectors/TestVectors/vp80-00-comprehensive-001.ivf. The new test should:

  • Be placed in the test/VP8.Net.TestVectors project.
  • Use xUnit for the test framework.
  • Attempt to load and decode vp80-00-comprehensive-001.ivf from the TestVectors directory.
  • Assert that the decoding was successful (e.g., no exceptions thrown, frame count > 0, or similar success criteria).
  • Add any supporting code needed to read IVF files if not already present.
  • Reference the test vector file with a relative path.
  • Name the test appropriately, e.g., DecodeFirstComprehensiveTestVector_Succeeds.
  • Include comments and follow the code style of the existing test code.

💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Copilot AI requested a review from sipsorcery June 25, 2025 21:20
Copilot finished work on behalf of sipsorcery June 25, 2025 21:20
@sipsorcery sipsorcery closed this Jun 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants