Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

feat: Add acceptance tests #1040

Merged
merged 21 commits into from
Jun 27, 2024
Merged

feat: Add acceptance tests #1040

merged 21 commits into from
Jun 27, 2024

Conversation

zerok
Copy link
Contributor

@zerok zerok commented May 28, 2024

This implements acceptance tests using Dagger and Go tests.

This PR contains a lot of noise due to new Go modules . The relevant parts are in dagger/main.go and the acceptance-tests folder.

Resolves #220

Copy link

github-actions bot commented May 28, 2024

PR Preview Action v1.4.7
Preview removed because the pull request was closed.
2024-06-27 13:50 UTC

@zerok
Copy link
Contributor Author

zerok commented May 28, 2024

@zerok zerok force-pushed the zerok/acceptance-tests-with-dagger branch from 5b2169f to 51e5c36 Compare May 29, 2024 09:57
@zerok zerok force-pushed the zerok/acceptance-tests-with-dagger branch from c74c5ae to 8b38be4 Compare June 26, 2024 14:08
@zerok zerok requested a review from a team June 27, 2024 09:10
@zerok zerok marked this pull request as ready for review June 27, 2024 09:11
Copy link
Member

@iainlane iainlane left a comment

Choose a reason for hiding this comment

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

cool!

acceptance-tests/apply_test.go Outdated Show resolved Hide resolved
acceptance-tests/apply_test.go Outdated Show resolved Hide resolved
dagger/main.go Outdated Show resolved Hide resolved
dagger/main.go Outdated Show resolved Hide resolved
.github/workflows/acceptance-tests.yml Outdated Show resolved Hide resolved
dagger/README.md Show resolved Hide resolved
dagger/README.md Outdated Show resolved Hide resolved
.github/workflows/acceptance-tests.yml Outdated Show resolved Hide resolved
Copy link
Member

@iainlane iainlane left a comment

Choose a reason for hiding this comment

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

tasty!

@zerok zerok merged commit 9803259 into main Jun 27, 2024
9 checks passed
@zerok zerok deleted the zerok/acceptance-tests-with-dagger branch June 27, 2024 13:50
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.

Implement acceptance tests.
2 participants