Skip to main content

通用后台分布式测试库 集成多种测试工具及整合各种后台命令

Project description

Dt4test

A library for distributed big data system test

Installation

pip install dt4test

Get started

  • use dt comman
***********dt4test client***************
Log file:/data1/dollarkv4/test_dir/output/dt4test.log
Module Logger:可以通过传入log文件名,指定log文件,如果没有 ${PROJECT_DIR}环境变量,则放在 /tmp 目录下面
Module Network:网络服务的公共库
Module Base:基础的公共函数
Module JsonP:处理复杂json的类,主要是用于查询,基于jmespath:https://jmespath.org/tutorial.html
Module ConfigIni:INI 格式的配置文件的处理,get ,set ,if exists
Module CaseRunner:Run Test Case
  • import modules
from dt4test import network

host = "yourshost.com:8081"
payload = {"bid":"110", "model_name":"test_model"}
path = "/master/querybid"
res = network.send_get_request(host, path, payload)
assert(res.status_code == 200)
print(res.content)

Get All Apis

from dt4test import network
network.help()

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

dt4test-0.3.1.tar.gz (5.4 MB view details)

Uploaded Source

Built Distribution

dt4test-0.3.1-py3-none-any.whl (5.7 MB view details)

Uploaded Python 3

File details

Details for the file dt4test-0.3.1.tar.gz.

File metadata

  • Download URL: dt4test-0.3.1.tar.gz
  • Upload date:
  • Size: 5.4 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.8.5

File hashes

Hashes for dt4test-0.3.1.tar.gz
Algorithm Hash digest
SHA256 e6e5260e90815ac38f62a525f77be4b7119f2609f02b7164902199841009bf00
MD5 dad3fdd2c4581095bf424ab15c363247
BLAKE2b-256 de87b85740a20adb67f6c8f04ea6e7183278d3545dacb57a66686e17e2183608

See more details on using hashes here.

File details

Details for the file dt4test-0.3.1-py3-none-any.whl.

File metadata

  • Download URL: dt4test-0.3.1-py3-none-any.whl
  • Upload date:
  • Size: 5.7 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.8.5

File hashes

Hashes for dt4test-0.3.1-py3-none-any.whl
Algorithm Hash digest
SHA256 9aacfb4ecca816c7cdfa345fcd65cb6f9ee372918930a26304b228d43903091b
MD5 48833698dad5fd54427f681076cb2f9d
BLAKE2b-256 0fbab15163e43c0430ae1646175c71a231add5012702a34e0f3e8a1c02a06c65

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page