- Notifications
You must be signed in to change notification settings - Fork37
Tests are based on pytest#192
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Merged
dmitry-lipetsk merged 41 commits intopostgrespro:masterfromdmitry-lipetsk:D20250223_001--pytestFeb 26, 2025
Uh oh!
There was an error while loading.Please reload this page.
Merged
Changes from1 commit
Commits
Show all changes
41 commits Select commitHold shift + click to select a range
f37c299 Using pytest [pytest.raises]
dmitry-lipetsk53e468e Using pytest [pytest.skip]
dmitry-lipetsk12d702a Using pytest [assertIsNotNone]
dmitry-lipetsk1cb664e Using pytest [assertFalse]
dmitry-lipetske2e7e8b Using pytest [assertTrue]
dmitry-lipetsk89784a8 Using pytest [assertEqual]
dmitry-lipetsk2252d60 Using pytest [assertNotEqual]
dmitry-lipetske8aad3d Using pytest [assertGreaterEqual]
dmitry-lipetskeaaa276 Using pytest [assertGreater]
dmitry-lipetsk4afbe00 Using pytest [assertIn]
dmitry-lipetska8e57ae Using pytest [assertListEqual]
dmitry-lipetskdf199b9 unittest is not used
dmitry-lipetska82cf3d Code style (flake8)
dmitry-lipetsk9745bc4 Merge commit '38b3dc3697d229b6668217f2f57825379c7f2e23' into D2025022…
dmitry-lipetsk27c4f40 Execution signature is removed
dmitry-lipetskae41d16 run_tests.sh installs pytest
dmitry-lipetska14b3d7 run_tests.sh is updated
dmitry-lipetske6f4448 Total refactoring of tests
dmitry-lipetsk842bc08 Code style (flake8)
dmitry-lipetskd9afdcc Merge commit 'de738f9fd8d52345677903bface575d41cbe539c' into D2025022…
dmitry-lipetsk027d2ea Merge branch 'D20250224_002--os_ops-in-free_utilities' into D20250223…
dmitry-lipetsk969e49d Root __init__.py is added
dmitry-lipetsk6e2820d Code style (flake8)
dmitry-lipetsk588b28b Merge remote-tracking branch 'origin/D20250224_002--os_ops-in-free_ut…
dmitry-lipetske4e8909 pytest.ini is added
dmitry-lipetsk66860d0 TestgresTests::test_ports_management is corrected
dmitry-lipetskaaaa677 coding: utf-8
dmitry-lipetsk60bb4c5 Cleanup
dmitry-lipetsk2d2532c CI runs all the tests of testgres.
dmitry-lipetsk537a9ac Add install ssh
1f99813 Revert "Add install ssh"
dmitry-lipetsk41455d6 Revert "CI runs all the tests of testgres."
dmitry-lipetsk1c43810 Merge commit '669e134ff65b99cd285500e5f362633fc8d50e4e' into D2025022…
dmitry-lipetsk47a51a8 Test of probackup plugin is restored
dmitry-lipetskf7f163d The test suite of a probackup plugin is based on pytest
dmitry-lipetsked7b187 Probackup plugin is updated
dmitry-lipetsk8af4a49 CI test use 4 cores
dmitry-lipetskd35ca43 testgres.plugins.probackup2.Init was restored [thanks to Yuri Sokolov]
dmitry-lipetsk181126b pytest.ini is updated [testpaths]
dmitry-lipetskd08f659 test_child_pids (local, remote) is updated
dmitry-lipetske803146 test_child_process_dies is updated
dmitry-lipetskFile filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
Using pytest [pytest.skip]
- Loading branch information
Uh oh!
There was an error while loading.Please reload this page.
commit53e468e28b2851b42c90c5886bf89f6528b62c9b
There are no files selected for viewing
52 changes: 45 additions & 7 deletionstests/test_simple.py
This file contains hidden or 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
45 changes: 38 additions & 7 deletionstests/test_simple_remote.py
This file contains hidden or 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
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.