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

extract.py misses 100% code coverage if .tar.bz2 packages are not tried #44

Closed
2 tasks done
dholth opened this issue Nov 18, 2022 · 1 comment
Closed
2 tasks done
Labels

Comments

@dholth
Copy link
Contributor

dholth commented Nov 18, 2022

Checklist

  • I added a descriptive title
  • I searched open reports and couldn't find a duplicate

What happened?

(test_)extract.py should be forced to process a .tar.bz2; currently this is not guaranteed to happen (we use the package cache as test data). Otherwise it doesn't have 100% code coverage.

@dholth
Copy link
Contributor Author

dholth commented May 8, 2023

Fixed in #60 by sorting test packages, so that same-named conda and tar.bz2 are interleaved.

@dholth dholth closed this as completed May 8, 2023
@github-actions github-actions bot added the locked label May 8, 2024
@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 8, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant