Skip to content

test: refactor integration test directory structure and improve test command usage - #397

Merged
ykim-akamai merged 3 commits into
linode:devfrom
ykim-akamai:test/refactor_directory_and_makefile
Apr 24, 2024
Merged

test: refactor integration test directory structure and improve test command usage#397
ykim-akamai merged 3 commits into
linode:devfrom
ykim-akamai:test/refactor_directory_and_makefile

Conversation

@ykim-akamai

@ykim-akamai ykim-akamai commented Apr 16, 2024

Copy link
Copy Markdown
Contributor

📝 Description

This PR aims to refactor test directory structure to improve readability and usage of make commands

Updated test make commands are given below:

make TEST_SUITE=linode_client testint         // Runs tests from `test/integration/linode_client`

make TEST_SUITE=account testint         // Runs tests from `test/integration/models/account`

make TEST_CASE=test_get_domain_record testint        // Runs single test case

✔️ How to Test

What are the steps to reproduce the issue or verify the changes?

How do I run the relevant unit/integration tests?

📷 Preview

If applicable, include a screenshot or code snippet of this change. Otherwise, please remove this section.

@ykim-akamai ykim-akamai added the testing for updates to the testing suite in the changelog. label Apr 16, 2024
@ykim-akamai
ykim-akamai requested a review from a team as a code owner April 16, 2024 19:14
@ykim-akamai
ykim-akamai requested review from jriddle-linode and yec-akamai and removed request for a team April 16, 2024 19:14

@jriddle-linode jriddle-linode left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

LGTM, works locally.

@yec-akamai yec-akamai left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Nice refactoring!

@ykim-akamai
ykim-akamai merged commit a931a60 into linode:dev Apr 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

testing for updates to the testing suite in the changelog.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants