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
Add Dataset integration tests - Tables, Folders #1391
Add Dataset integration tests - Tables, Folders #1391
Changes from 48 commits
b188538
45d1407
cd27097
d04b525
5e5507e
fa69dde
3e19596
c05de67
8f2a918
9b2c711
2dcd60f
c261da7
1e9732b
5ea8b6b
520a34e
972c883
7b1c942
d9042dc
928c3aa
b633938
2330021
a857d0a
5968fd3
052bc7e
9ad774e
146c45e
0907ea3
7f68d3b
98c7667
92f23e3
3907001
3553d12
9be25bb
1709bb5
6889c47
3d67e2e
4fd56af
56b12c5
ade89e8
72259c4
3b74b03
196fb6e
d3bb8be
ec38ec0
ccb6887
01c65c8
5358677
590909b
0674531
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.
In case further we have to add new datasets, may be it's better not to fix the number?
Anyway, it's better to check the datasets by uri, I think
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.
Same comment stays for other tests with fixed number
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.
Because it is a list, I wanted to check that the listing of items returns the expected items. But it is true that it can cause issues with other existing test resources. That's why the
term=session_id
filter is appliedThere 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 already has this problem with my share_tests, but in table tests. I created another table for sharing tests, so e.g. here I have 3 tables, not 2
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.
May be I should reuse the existing datasets and don't create others, but I'll revise it after this PR is merged.
Anyway, in future we may have to add more tables/folders/datasets
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 understood that dataset test objects are controlled inside the dataset tests. Other modules can use the fixtures defined in global_conftest. So yes, I think in shares you should be using the datasets/tables and folders from the datasets module