Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integration Testing! And some other QOL stuff #15

Merged
merged 6 commits into from
Feb 6, 2024
Merged

Conversation

alichtman
Copy link
Owner

Fix #12, #14

$ cargo test

now runs an integration test that uses the gopro-chaptered-video-assembler
binary to create real video output. A merkle tree is then constructed,
and the root node hash is compared with the expected output. I've
verified that the test fails when unexpected files are in either of the
directories, or the files don't match.

The reliance on extensive manual testing was making it harder to want to
work on this.

```
$ cargo test
```

now runs an integration test that uses the `gopro-chaptered-video-assembler`
binary to create real video output. A merkle tree is then constructed,
and the root node hash is compared with the expected output. I've
verified that the test fails when unexpected files are in either of the
directories, or the files don't match.

The reliance on extensive manual testing was making it harder to want to
work on this.

Fix #12
@alichtman alichtman merged commit 047a4c6 into main Feb 6, 2024
1 check failed
@alichtman alichtman deleted the integration_testing branch February 6, 2024 15:07
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.

End to end testing would be cool
1 participant