Skip to content

Conversation

@Bhargav-InfraCloud
Copy link
Contributor

@Bhargav-InfraCloud Bhargav-InfraCloud commented Mar 5, 2024

Description

Move integration tests to tests/.

Fixes #297

How Has This Been Tested?

Run the following commands and check if running successful:

# This should print all the tests related commands under a separate heading
make help

# Individual types of tests
make test-unit
make test-coverage
make test-integration

# These should run all the above tests
make test
make test-docker

Checklist:

  • The title of the PR states what changed and the related issues number (used for the release note).
  • Does this PR requires documentation updates?
  • I've updated documentation as required by this PR.
  • I have ran go fmt
  • I have updated the helm chart as required by this PR.
  • I have performed a self-review of my own code.
  • I have commented my code, particularly in hard-to-understand areas.
  • I have tested it for all user roles.
  • I have added all the required unit test cases.
  • I have verified the E2E test cases with new code changes.
  • I have added all the required E2E test cases.

Does this PR introduce a breaking change?


@Bhargav-InfraCloud Bhargav-InfraCloud force-pushed the br_reorganize_tests branch 4 times, most recently from 3fcd049 to 4f528ab Compare March 12, 2024 10:35
@Bhargav-InfraCloud Bhargav-InfraCloud force-pushed the br_reorganize_tests branch 2 times, most recently from 4f02c6e to 427a2c6 Compare April 6, 2024 22:47
Move tests-related targets in Makefile to a separate section `Test`.

Signed-off-by: Bhargav Ravuri <bhargav.ravuri@infracloud.io>
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.

Bug: Separating UTs & ITs for better visibility on coverage

1 participant