Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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
Merged
Changes from1 commit
Commits
Show all changes
41 commits
Select commitHold shift + click to select a range
f37c299
Using pytest [pytest.raises]
dmitry-lipetskFeb 23, 2025
53e468e
Using pytest [pytest.skip]
dmitry-lipetskFeb 23, 2025
12d702a
Using pytest [assertIsNotNone]
dmitry-lipetskFeb 23, 2025
1cb664e
Using pytest [assertFalse]
dmitry-lipetskFeb 23, 2025
e2e7e8b
Using pytest [assertTrue]
dmitry-lipetskFeb 23, 2025
89784a8
Using pytest [assertEqual]
dmitry-lipetskFeb 23, 2025
2252d60
Using pytest [assertNotEqual]
dmitry-lipetskFeb 23, 2025
e8aad3d
Using pytest [assertGreaterEqual]
dmitry-lipetskFeb 23, 2025
eaaa276
Using pytest [assertGreater]
dmitry-lipetskFeb 23, 2025
4afbe00
Using pytest [assertIn]
dmitry-lipetskFeb 23, 2025
a8e57ae
Using pytest [assertListEqual]
dmitry-lipetskFeb 23, 2025
df199b9
unittest is not used
dmitry-lipetskFeb 23, 2025
a82cf3d
Code style (flake8)
dmitry-lipetskFeb 23, 2025
9745bc4
Merge commit '38b3dc3697d229b6668217f2f57825379c7f2e23' into D2025022…
dmitry-lipetskFeb 23, 2025
27c4f40
Execution signature is removed
dmitry-lipetskFeb 24, 2025
ae41d16
run_tests.sh installs pytest
dmitry-lipetskFeb 24, 2025
a14b3d7
run_tests.sh is updated
dmitry-lipetskFeb 24, 2025
e6f4448
Total refactoring of tests
dmitry-lipetskFeb 24, 2025
842bc08
Code style (flake8)
dmitry-lipetskFeb 24, 2025
d9afdcc
Merge commit 'de738f9fd8d52345677903bface575d41cbe539c' into D2025022…
dmitry-lipetskFeb 24, 2025
027d2ea
Merge branch 'D20250224_002--os_ops-in-free_utilities' into D20250223…
dmitry-lipetskFeb 24, 2025
969e49d
Root __init__.py is added
dmitry-lipetskFeb 24, 2025
6e2820d
Code style (flake8)
dmitry-lipetskFeb 24, 2025
588b28b
Merge remote-tracking branch 'origin/D20250224_002--os_ops-in-free_ut…
dmitry-lipetskFeb 24, 2025
e4e8909
pytest.ini is added
dmitry-lipetskFeb 24, 2025
66860d0
TestgresTests::test_ports_management is corrected
dmitry-lipetskFeb 24, 2025
aaaa677
coding: utf-8
dmitry-lipetskFeb 24, 2025
60bb4c5
Cleanup
dmitry-lipetskFeb 24, 2025
2d2532c
CI runs all the tests of testgres.
dmitry-lipetskFeb 24, 2025
537a9ac
Add install ssh
Feb 24, 2025
1f99813
Revert "Add install ssh"
dmitry-lipetskFeb 25, 2025
41455d6
Revert "CI runs all the tests of testgres."
dmitry-lipetskFeb 25, 2025
1c43810
Merge commit '669e134ff65b99cd285500e5f362633fc8d50e4e' into D2025022…
dmitry-lipetskFeb 25, 2025
47a51a8
Test of probackup plugin is restored
dmitry-lipetskFeb 25, 2025
f7f163d
The test suite of a probackup plugin is based on pytest
dmitry-lipetskFeb 25, 2025
ed7b187
Probackup plugin is updated
dmitry-lipetskFeb 25, 2025
8af4a49
CI test use 4 cores
dmitry-lipetskFeb 25, 2025
d35ca43
testgres.plugins.probackup2.Init was restored [thanks to Yuri Sokolov]
dmitry-lipetskFeb 25, 2025
181126b
pytest.ini is updated [testpaths]
dmitry-lipetskFeb 25, 2025
d08f659
test_child_pids (local, remote) is updated
dmitry-lipetskFeb 25, 2025
e803146
test_child_process_dies is updated
dmitry-lipetskFeb 25, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
PrevPrevious commit
NextNext commit
run_tests.sh installs pytest
  • Loading branch information
@dmitry-lipetsk
dmitry-lipetsk committedFeb 24, 2025
commitae41d166df57a7122cfbeef8d09b27c8aff21b5e
2 changes: 1 addition & 1 deletionrun_tests.sh
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -22,7 +22,7 @@ export VIRTUAL_ENV_DISABLE_PROMPT=1
source $VENV_PATH/bin/activate

# install utilities
$PIP install coverage flake8 psutil Sphinx
$PIP install coverage flake8 psutil Sphinx pytest

# install testgres' dependencies
export PYTHONPATH=$(pwd)
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp