feat: first wave of tests

I can: count how many frames in a video, compare 2 frames for differences and compare 2 videos to see if their frames match up
This commit is contained in:
aria 2025-06-07 02:48:43 +10:00
commit 6dcf46c597
Signed by: aria
SSH key fingerprint: SHA256:WqtcVnDMrv1lnUlNah5k31iywFUI/DV+5yHzCTO4Vds
4 changed files with 245 additions and 0 deletions

7
.cz.toml Normal file
View file

@ -0,0 +1,7 @@
[tool.commitizen]
name = "cz_conventional_commits"
tag_format = "$version"
version_scheme = "semver2"
version = "0.0.1"
update_changelog_on_bump = true
major_version_zero = true