We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The file src/fixtures/project-structure.json contains a definition that reads:
src/fixtures/project-structure.json
{ "name": "content-from-ftp", "flags": [], "contentSources": [ { "sourcePath": "ftp://ubuntu.osuosl.org/pub/elrepo/extras/el9/SRPMS", "sourceType": "ftp" } ] },
Implement a test that makes sure the testfiles/content-dir/content-from-ftp directory was created and its content downloaded from the sourcePath.
testfiles/content-dir/content-from-ftp
sourcePath
When you run pnpm test:
pnpm test
The text was updated successfully, but these errors were encountered:
eduardosancho
No branches or pull requests
Context
The file
src/fixtures/project-structure.json
contains a definition that reads:Task
Implement a test that makes sure the
testfiles/content-dir/content-from-ftp
directory was created and its content downloaded from thesourcePath
.Acceptance criteria
When you run
pnpm test
:testfiles/content-dir/content-from-ftp
existsFiles affected
The text was updated successfully, but these errors were encountered: