Skip to content

newt: Add --list flag to test command #593

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

m-gorecki
Copy link
Contributor

Now it's possible to show all available unit tests

Copy link
Contributor

@sjanc sjanc left a comment

Choose a reason for hiding this comment

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

Would be nice to update shell completion to also include full test name since it seems to complete only test group

eg
@apache-mynewt-core/sys/log/full

while --list shows
@apache-mynewt-core/sys/log/full/selftest/fcb2_bookmarks
@apache-mynewt-core/sys/log/full/selftest/perlogidx
and more

BTW list could be sorted so that test from same package are listed together (they are listed randomly now, go map thing I guess)

Now it's possible to show all available unit tests and
testable packages
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