-
Notifications
You must be signed in to change notification settings - Fork 2
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
Feature/add unit tests #74
Merged
littlespex
merged 10 commits into
streaming-video-technology-alliance:main
from
qualabs:feature/add-unit-tests
Feb 22, 2024
Merged
Feature/add unit tests #74
littlespex
merged 10 commits into
streaming-video-technology-alliance:main
from
qualabs:feature/add-unit-tests
Feb 22, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
littlespex
requested changes
Feb 21, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Two changes:
- The new tests are in wrong folder. Move them from
lib/test/structuredfield/
tolib/test/id3/
. - Please fix the DCO sign-offs
Signed-off-by: Felipe Young <[email protected]>
Signed-off-by: Felipe Young <[email protected]>
Signed-off-by: Felipe Young <[email protected]>
Signed-off-by: Felipe Young <[email protected]>
felipeYoungi
force-pushed
the
feature/add-unit-tests
branch
from
February 21, 2024 18:50
143fc93
to
6de5901
Compare
Signed-off-by: Felipe Young <[email protected]>
…eature/add-unit-tests
Signed-off-by: Felipe Young <[email protected]>
mpollingerQualabs
previously approved these changes
Feb 21, 2024
littlespex
requested changes
Feb 21, 2024
littlespex
approved these changes
Feb 21, 2024
littlespex
requested changes
Feb 21, 2024
Signed-off-by: Felipe Young <[email protected]>
Signed-off-by: Felipe Young <[email protected]>
Signed-off-by: Felipe Young <[email protected]>
littlespex
approved these changes
Feb 22, 2024
littlespex
merged commit Feb 22, 2024
16bf71f
into
streaming-video-technology-alliance:main
2 checks passed
hernanr99
pushed a commit
to qualabs/common-media-library
that referenced
this pull request
Feb 27, 2024
see: streaming-video-technology-alliance#74 --------- Signed-off-by: Felipe Young <[email protected]> Co-authored-by: Fernando Cuadro <[email protected]> Signed-off-by: hernan <[email protected]>
fernandocQualabs
added a commit
to qualabs/common-media-library
that referenced
this pull request
Feb 27, 2024
see: streaming-video-technology-alliance#74 --------- Signed-off-by: Felipe Young <[email protected]> Co-authored-by: Fernando Cuadro <[email protected]> Signed-off-by: Fernando Cuadro <[email protected]>
littlespex
pushed a commit
to qualabs/common-media-library
that referenced
this pull request
Apr 5, 2024
see: streaming-video-technology-alliance#74 --------- Signed-off-by: Felipe Young <[email protected]> Co-authored-by: Fernando Cuadro <[email protected]> Signed-off-by: Casey Occhialini <[email protected]>
littlespex
pushed a commit
to qualabs/common-media-library
that referenced
this pull request
Apr 5, 2024
see: streaming-video-technology-alliance#74 --------- Signed-off-by: Felipe Young <[email protected]> Co-authored-by: Fernando Cuadro <[email protected]> Signed-off-by: Casey Occhialini <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Please describe the changes.
Added helper functions unit tests found on hls.js repo that were missing in the common media library.
The methods tested are:
Requirements Checklist