pgAdmin 4 commit: Fix external utility tests to run on Windows

Поиск
Список
Период
Сортировка
От Dave Page
Тема pgAdmin 4 commit: Fix external utility tests to run on Windows
Дата
Msg-id E1hlv5P-0004n4-KP@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Fix external utility tests to run on Windows

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=6b5ca0771573de12db660addb73400a2d0794c4f

Modified Files
--------------
web/pgadmin/tools/backup/tests/test_backup_create_job_unit_test.py    | 4 ++++
web/pgadmin/tools/backup/tests/test_create_backup_job.py              | 4 ++++
web/pgadmin/tools/maintenance/tests/test_create_maintenance_job.py    | 4 ++++
.../tools/maintenance/tests/test_maintenance_create_job_unit_test.py  | 4 ++++
web/pgadmin/tools/restore/tests/test_create_restore_job.py            | 4 ++++
web/pgadmin/tools/restore/tests/test_restore_create_job_unit_test.py  | 4 ++++
6 files changed, 24 insertions(+)


В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Dave Page
Дата:
Сообщение: pgAdmin 4 commit: Rename horribly named function.
Следующее
От: Dave Page
Дата:
Сообщение: pgAdmin 4 commit: Add Reverse Engineered SQL tests for Collations. Fixe