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

feat(cli): add torrent file support for parse command #124

Merged
merged 3 commits into from
Aug 21, 2024

Conversation

nuxencs
Copy link
Owner

@nuxencs nuxencs commented Aug 2, 2024

This adds support for .torrent files for the parse testing command. This will read the bytes of the .torrent file and test seasonpackarr with the actual data. This should make testing real examples a lot easier.

@nuxencs nuxencs added Type: Enhancement Improvement of the current situation Area: Testing Related to the testing labels Aug 2, 2024
@nuxencs nuxencs added this to the v0.9.0 milestone Aug 2, 2024
@nuxencs nuxencs linked an issue Aug 10, 2024 that may be closed by this pull request
cmd/parse.go Outdated Show resolved Hide resolved
@nuxencs nuxencs requested a review from zze0s August 12, 2024 13:18
Copy link

@zze0s zze0s left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

@nuxencs nuxencs force-pushed the feat/parse-testing-torrent-files branch from 2f79eb4 to 80bdd50 Compare August 21, 2024 14:43
@nuxencs nuxencs merged commit 52e1de6 into develop Aug 21, 2024
12 checks passed
@nuxencs nuxencs deleted the feat/parse-testing-torrent-files branch August 21, 2024 14:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: Testing Related to the testing Type: Enhancement Improvement of the current situation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature Request] Improve testing commands to allow .torrent files
2 participants