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

Feature request: ]test --quiet (don't always dump the whole manifest on Pkg.test()) #3927

Closed
pbouffard opened this issue Jun 13, 2024 · 3 comments

Comments

@pbouffard
Copy link
Contributor

I find it annoying that ] test always dumps the whole manifest before running tests. I'm almost never interested in that info and it's just noise to me most of the time. If I was designing the feature in the first place I would have made this an optional switch ([--verbose] or maybe [-m|--manifest]) and not include it by default. But probably now people rely on having that output captured. So a switch like [--quiet] that suppresses that output would seem like the way to go.

I'll probably contribute the PR for this myself, it's probably a quick one, but I'm opening the issue in case it's already been discussed or is already out there in some existing PR.

@KristofferC
Copy link
Member

The reason it is shown is that package versions during tests are not always the same as what you are running with in normal cases and you also have the extra test-specific dependencies and knowing the version of those is probably also useful. I agree that it is a bit verbose.

@mgkuhn
Copy link
Contributor

mgkuhn commented Jul 16, 2024

Could the two newer methods for specifying test-specific dependencies listed in #3953 not fix this, by not relying on ] test specific magic to handle the additional dependencies?

@felixcremer
Copy link
Contributor

This is a duplicate of #3405.

@IanButterworth IanButterworth closed this as not planned Won't fix, can't repro, duplicate, stale Aug 1, 2024
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

5 participants