grafeas/kritis

Rename /integration to /e2etests

开放

#467 创建于 2020年2月12日

 (1 条评论) (0 个反应) (0 位负责人)Go (135 个派生)auto 404
good first issueintegration-testtechdebttesting

仓库指标

星标
 (710 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

Is your feature request related to a problem? Please describe. Currently, integration tests in Kritis means two things:

  1. The integration tests that live inside each individual package. For example, for the containeranalysis package, the integration tests are here.
  2. Tests under /integration folder. These tests are run on a GKE cluster to test the end-to-end functionality of Kritis.

When we talk about integration tests, it is easy to confuse the two.

Describe the solution you'd like

I propose to rename the tests in /integration folder as end to end tests, or e2e tests, and rename the folder as so. We probably also want to change the build tag in /integration/run_tests.go to e2e as well.

Describe alternatives you've considered Do nothing.

Additional context Add any other context or screenshots about the feature request here.

贡献者指南