Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Refactor ServiceDataProvider and add tests ServiceDataProviderTests #37

Merged
merged 4 commits into from
May 9, 2020

Conversation

gorkem
Copy link
Contributor

@gorkem gorkem commented May 6, 2020

No description provided.

@gorkem gorkem changed the title Fix typo for on serviceDataProvider filename [WIP] Fix typo for on serviceDataProvider filename May 6, 2020
@gorkem gorkem changed the title [WIP] Fix typo for on serviceDataProvider filename [WIP] Add ServiceDataProviderTests May 6, 2020
gorkem added 2 commits May 6, 2020 18:14
Refactors knExecute so that it is easier to mock for
testing. Adds an initial test for serviceDataProvider
Simplify the serviceDataProvider and removes the treeModel.
Adds tests for no service and single service
@gorkem gorkem changed the title [WIP] Add ServiceDataProviderTests Add ServiceDataProviderTests May 8, 2020
@gorkem gorkem changed the title Add ServiceDataProviderTests Refactor ServiceDataProvider and add tests ServiceDataProviderTests May 8, 2020
@@ -7,7 +7,7 @@ import { commands, Disposable, extensions, TreeView, Uri, version, window } from
import * as path from 'path';
import { Platform } from '../util/platform';
import { TreeObject } from './knativeTreeObject';
import { ServiceDataProvider } from './serviceDataProvicer';
import { ServiceDataProvider } from './serviceDataProvider';
Copy link
Member

Choose a reason for hiding this comment

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

hmm the 'd' and 'c' are close on the keyboard

tests for listing Revisions commands
@joshuawilson joshuawilson merged commit e8f9834 into master May 9, 2020
@joshuawilson joshuawilson deleted the fix-sdp-typo branch May 9, 2020 01:24
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants