-
Notifications
You must be signed in to change notification settings - Fork 981
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
Pytests overhaul #569
Merged
Merged
Pytests overhaul #569
Changes from 4 commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
0c4229c
feat(testing): Pytest data generator
dranikpg 3ef94b3
feat(testing): Pytest data generator
dranikpg 9771d04
feat(testing): Generator improvements
dranikpg a1ff692
feat(testing): Use new testing generator
dranikpg 6969517
Merge branch 'main' into pytest-generator
dranikpg 0e0efc1
fix(tests): Small fixes
dranikpg cbccb3e
fix(tests): Small fixes
dranikpg 4e6e3ca
Merge branch 'main' into pytest-generator
dranikpg d1f1279
Merge branch 'main' into pytest-generator
dranikpg be90a9d
fix(tests): Small fixes
dranikpg a1513f5
feat(tests): Make log-seeder an pytest argument
dranikpg 4c7188c
Merge branch 'main' into pytest-generator
dranikpg fca9b4c
Merge branch 'main' into pytest-generator
dranikpg 91fe94e
fix(server): Simplify tests
dranikpg 3fae3bd
fix(test): Small fixes
dranikpg 380c52a
Merge branch 'main' into pytest-generator
dranikpg File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
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.
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.
Maybe we can use python test containers and not run them as sub processes (if I understand correctly, this is what it does here, spins DFs sub processes). They reject my PR for supporting DF, but you can start a DF container with the right parameters.
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.
This is inconvenient (increased memory requirements) and requires re-building a container just for testing some change