testgres:PostgreSQL及其扩展的测试框架

时间:2024-02-26 16:31:28
【文件属性】:

文件名称:testgres:PostgreSQL及其扩展的测试框架

文件大小:46KB

文件格式:ZIP

更新时间:2024-02-26 16:31:28

testing postgres replication postgresql pathman

Testgres PostgreSQL测试实用程序。 同时支持Python 2.7和3.3+。 安装 要安装testgres ,请运行: pip install testgres 我们鼓励您在测试环境中使用virtualenv 。 用法 环境 注意:默认情况下,testgres运行PATH提供的initdb , pg_ctl和psql 。 有几种方法可以指定自定义postgres安装: 导出PG_CONFIG环境变量,指向pg_config可执行文件; 导出PG_BIN环境变量,指向带有可执行文件的目录。 例: export PG_BIN= $HOME /pg_10/bin py


【文件预览】:
testgres-master
----MANIFEST.in(136B)
----.dockerignore(25B)
----testgres()
--------node.py(40KB)
--------exceptions.py(2KB)
--------config.py(5KB)
--------defaults.py(932B)
--------consts.py(819B)
--------standby.py(1KB)
--------decorators.py(2KB)
--------utils.py(6KB)
--------__init__.py(588B)
--------pubsub.py(8KB)
--------enums.py(2KB)
--------connection.py(3KB)
--------logger.py(1KB)
--------cache.py(2KB)
--------api.py(1KB)
--------backup.py(5KB)
----mk_dockerfile.sh(123B)
----Dockerfile.tmpl(608B)
----.style.yapf(110B)
----run_tests.sh(1KB)
----.travis.yml(701B)
----LICENSE(1KB)
----setup.cfg(121B)
----setup.py(975B)
----README.md(5KB)
----docs()
--------source()
--------README.md(337B)
--------Makefile(609B)
----docker-compose.yml(20B)
----tests()
--------README.md(443B)
--------test_simple.py(33KB)
----hooks()
--------pre-commit(408B)
--------install.sh(84B)
--------README.md(312B)
----.gitignore(119B)
----.coveragerc(28B)

网友评论