forked from DonJayamanne/pythonVSCode
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Change title of Discover Tests
to Discovering
when discovering tests
#4562
Labels
Milestone
Comments
DonJayamanne
added
feature-request
Request for new features or functionality
area-testing
needs decision
labels
Feb 27, 2019
ericsnowcurrently
modified the milestones:
2019, week 13 - March Sprint 7,
2019, week 15 - April Sprint 8
Apr 10, 2019
DonJayamanne
changed the title
Change title of
Change title of May 29, 2019
Discovery All Unit Tests
to Discovering
when discovering testsDiscovery Tests
to Discovering
when discovering tests
DonJayamanne
changed the title
Change title of
Change title of May 29, 2019
Discovery Tests
to Discovering
when discovering testsDiscover Tests
to Discovering
when discovering tests
Prescribed solution
{
"command": "python.discoveringTests",
"title": "%python.command.python.discoverTests.title%",
"category": "Python",
"icon": {
"light": "resources/light/discovering-tests.svg",
"dark": "resources/dark/discovering-tests.svg"
}
}, |
validated |
ghost
removed
the
needs PR
label
Jun 5, 2019
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Currently when discovering tests the icon changes to a spinning one, however the tooltip is still
Discovery Unit Tests
, this should probably readDiscovering
@luabud /cc
The text was updated successfully, but these errors were encountered: