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

Move payment platform tests to unit tests directory #566

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

kmazurek
Copy link
Contributor

@kmazurek kmazurek commented Nov 9, 2021

No description provided.

@kmazurek kmazurek requested a review from johny-b November 9, 2021 16:45
@kmazurek kmazurek self-assigned this Nov 9, 2021
Copy link
Contributor

@johny-b johny-b left a comment

Choose a reason for hiding this comment

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

Hmm, for me these are integration tests, not unit.

We use high-level interface.
We care only about some results (quite-high-level), we don't touch directly any component that is responsible for providing these results.

But on the other hand, "unit" tests in goth could be "tests where we don't have to wait for for the subnet" and this is quite useful distinction, so OK : )

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.

2 participants