pgAdmin 4 commit: Add unit tests for schemas, collations and trigger fu
От | Dave Page |
---|---|
Тема | pgAdmin 4 commit: Add unit tests for schemas, collations and trigger fu |
Дата | |
Msg-id | E1bZcwX-0005Zi-Rv@gothos.postgresql.org обсуждение исходный текст |
Список | pgadmin-hackers |
Add unit tests for schemas, collations and trigger functions. Branch ------ master Details ------- http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=99b4a0fe5b0a94d8d6173c0b277eb4a1488627e3 Modified Files -------------- .../databases/schemas/collations/tests/__init__.py | 17 ++ .../schemas/collations/tests/test_collation_add.py | 74 +++++++++ .../collations/tests/test_collation_delete.py | 77 +++++++++ .../schemas/collations/tests/test_collation_get.py | 101 ++++++++++++ .../schemas/collations/tests/test_collation_put.py | 125 +++++++++++++++ .../databases/schemas/collations/tests/utils.py | 153 ++++++++++++++++++ .../databases/schemas/functions/tests/__init__.py | 17 ++ .../functions/tests/test_trigger_func_add.py | 74 +++++++++ .../functions/tests/test_trigger_func_delete.py | 77 +++++++++ .../functions/tests/test_trigger_func_get.py | 97 ++++++++++++ .../functions/tests/test_trigger_func_put.py | 119 ++++++++++++++ .../databases/schemas/functions/tests/utils.py | 174 +++++++++++++++++++++ .../servers/databases/schemas/tests/__init__.py | 17 ++ .../databases/schemas/tests/test_schema_add.py | 65 ++++++++ .../databases/schemas/tests/test_schema_delete.py | 66 ++++++++ .../databases/schemas/tests/test_schema_get.py | 82 ++++++++++ .../databases/schemas/tests/test_schema_put.py | 112 +++++++++++++ .../servers/databases/schemas/tests/utils.py | 148 ++++++++++++++++++ .../server_groups/servers/databases/tests/utils.py | 4 +- web/regression/test_advanced_config.json.in | 157 +++++++++++++++++++ web/regression/test_utils.py | 36 +++-- 21 files changed, 1773 insertions(+), 19 deletions(-)
В списке pgadmin-hackers по дате отправления: