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

Refactor download tests #467

Open
6 tasks
jbygdell opened this issue Nov 1, 2024 · 0 comments
Open
6 tasks

Refactor download tests #467

jbygdell opened this issue Nov 1, 2024 · 0 comments

Comments

@jbygdell
Copy link
Contributor

jbygdell commented Nov 1, 2024

Please describe the feature
As a developer, I want the tests to be limited in scope so that it is easy to see where a failure occurs, that includes having proper names for the tests.

Acceptance criteria

  • Ensure all tests can be run in isolation
  • Ensure all tests has relevance.
  • Ensure all temp files are removed after the test has run.
  • Split tests with multiple checks into separate tests.
  • Each test file should only contain one test suite.
  • Thing that can be shared between tests should be set up during the SetupSuite step.

Additional context

Estimation of size: small

Estimation of priority: low

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

No branches or pull requests

1 participant