-
Notifications
You must be signed in to change notification settings - Fork 8
Split e2e tests out #528
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
Split e2e tests out #528
Conversation
joyceyuu
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice! I should learn this test separation for anonlink-client as well
| containers: | ||
| - name: entitytester | ||
| image: $IMAGE_NAME_WITH_TAG | ||
| image: $TEST_E2E_IMAGE_NAME_WITH_TAG |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What does E2E stand for? end to end? from which end to which end?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yup end to end, here it means tests that only use the public REST api. We could expand further, or add another level to test the integration between client apps and the server.
| # itertools.product(PROJECT_RESULT_TYPES_2P, [1, 3, 4, 5]), | ||
| # [(t, 1) for t in PROJECT_RESULT_TYPES_NP])) | ||
| # def invalid_result_type_number_parties(request): | ||
| # yield request.param |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this an accident? whole file is commented out?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, the contents has moved into the e2e test folder - I'll delete this commented out stuff.
5c8b6a2 to
5467362
Compare
a2b5d41 to
a48cf3d
Compare
Separate the e2e tests and the unit tests.
Adds a new docker container
anonlink-test.