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

Add unit test for FileSystemValidatorLight #96

Merged
merged 2 commits into from
Feb 11, 2025
Merged

Add unit test for FileSystemValidatorLight #96

merged 2 commits into from
Feb 11, 2025

Conversation

Lemeri123
Copy link
Collaborator

Tests:
testValidateFileWithHiddenFile: Tests that hidden files are ignored and not added to any list.
testValidateFileWithDirectoryContainingSubdirectory: Tests that directories containing subdirectories are added to folderList.
testValidateFileWithDirectoryContainingOnlyFiles: Tests that directories containing only files are added to playlistList.
testValidateFileWithRegularFile: Tests that regular files are added to trackList.
testHasError: Tests that the hasError method always returns false.

Copy link
Owner

@josdem josdem left a comment

Choose a reason for hiding this comment

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

Hi @Lemeri123 some small changes are required before merge, thank you!

@Lemeri123 Lemeri123 requested a review from josdem February 10, 2025 19:02
Copy link
Owner

@josdem josdem left a comment

Choose a reason for hiding this comment

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

Thanks for doing suggested changes 👍

@josdem josdem merged commit 8a7f0ea into main Feb 11, 2025
3 checks passed
@Lemeri123 Lemeri123 deleted the feat/82 branch February 11, 2025 06:50
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