-
Notifications
You must be signed in to change notification settings - Fork 74
Create/refactor common test utils #623
Copy link
Copy link
Closed
Labels
area/libraryCommon devfile library for interacting with devfilesCommon devfile library for interacting with devfilesarea/test-automationTest automation for devfile specification and libraryTest automation for devfile specification and library
Metadata
Metadata
Assignees
Labels
area/libraryCommon devfile library for interacting with devfilesCommon devfile library for interacting with devfilesarea/test-automationTest automation for devfile specification and libraryTest automation for devfile specification and library
Type
Fields
Give feedbackNo fields configured for issues without a type.
Projects
Status
Done ✅
Which area/kind this issue is related to?
Issue Description
@yangcao77 raised this during a PR review. The suggestion was to have common boolean variables under one file so our tests can reference them. As it stands now, unit tests and functional/automation tests have their own separate utils. We should review and ensure there's no duplication of utils elsewhere.