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

[test] Unify backend environment for Unit & Integration tests #210

Merged
merged 20 commits into from
Oct 13, 2023

Conversation

m-Peter
Copy link
Contributor

@m-Peter m-Peter commented Sep 11, 2023

Depends on: onflow/cadence#2783
Depends on: onflow/flow-emulator#476

Closes #208
Closes #209

Description

Unifies backend environment for Unit & Integration tests.


  • Targeted PR against master branch
  • Linked to Github issue with discussion and accepted design OR link to spec that describes this work
  • Code follows the standards mentioned here
  • Updated relevant documentation
  • Re-reviewed Files changed in the Github PR explorer
  • Added appropriate labels

test/test_framework_test.go Outdated Show resolved Hide resolved
test/test_runner.go Outdated Show resolved Hide resolved
test/test_runner.go Outdated Show resolved Hide resolved
test/test_runner.go Outdated Show resolved Hide resolved
test/test_runner.go Outdated Show resolved Hide resolved
test/test_runner.go Outdated Show resolved Hide resolved
Copy link
Member

@SupunS SupunS left a comment

Choose a reason for hiding this comment

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

This is a great start/POC! Nice to see its working 👌

I added some more suggestions, but of course, we would have to see the feasibility.

test/test_framework_test.go Outdated Show resolved Hide resolved
test/test_framework_test.go Outdated Show resolved Hide resolved
test/test_framework_test.go Outdated Show resolved Hide resolved
test/test_runner.go Outdated Show resolved Hide resolved
test/test_runner.go Outdated Show resolved Hide resolved
Copy link
Member

@SupunS SupunS left a comment

Choose a reason for hiding this comment

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

Really nice work! 👏

Left some comments but they are mostly refactoring.

test/emulator_backend.go Outdated Show resolved Hide resolved
test/test_framework_provider.go Outdated Show resolved Hide resolved
test/test_framework_provider.go Outdated Show resolved Hide resolved
test/test_framework_provider.go Outdated Show resolved Hide resolved
test/test_runner.go Outdated Show resolved Hide resolved
test/test_runner.go Outdated Show resolved Hide resolved
test/test_runner.go Outdated Show resolved Hide resolved
test/test_framework_test.go Show resolved Hide resolved
test/test_framework_test.go Show resolved Hide resolved
test/test_framework_test.go Show resolved Hide resolved
@m-Peter
Copy link
Contributor Author

m-Peter commented Sep 27, 2023

I have also removed the custom InjectedCompositeFieldsHandler, now that we fixed the one upstream in Cadence (a5eeb50)

@SupunS SupunS self-assigned this Sep 27, 2023
@SupunS SupunS added the Improvement Technical work without new features, refactoring, improving tests label Sep 27, 2023
@SupunS
Copy link
Member

SupunS commented Sep 28, 2023

Both onflow/cadence#2783 and onflow/flow-emulator#476 are now merged. The go.mods can now be updated to use the commits

Copy link
Member

@SupunS SupunS left a comment

Choose a reason for hiding this comment

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

Awesome work! 🎉 👏

test/test_runner.go Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Improvement Technical work without new features, refactoring, improving tests
Projects
None yet
3 participants