Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
New test framework #1967
New test framework #1967
Changes from 1 commit
1efe734
c3ae9a6
6db0e64
1fa6c0a
895e396
b4cf9e9
c79c68e
8f94acf
f1cef31
6f4dae9
bbf5dc9
0289749
f81ccc4
3e6179f
f373131
d135827
69dfa18
9c1a35d
26f098b
69e3d31
216153e
85f599f
c32984e
5b22c51
075adfa
f217c35
65df948
ea4251c
237a49b
c0b23d2
9f6a60c
a418b64
5340d9a
e2c66c9
777096e
652af5b
df0da3c
9f4d715
33f35f5
f1bce59
33b78b3
674be40
0757c08
08d6500
67b5446
6e5e885
9fdb73a
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
I'm curious, why do dependencies need to be repeated for
integrationTestImplementation
if we already have an entry fortestImplementation
?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.
As the goal of the project is the replacement of large parts of the old legacy tests, we want to keep the test definitions as separate as possible.