lintestor

Crates.iolintestor
lib.rslintestor
version
sourcesrc
created_at2024-10-11 03:52:55.059429
updated_at2024-12-12 02:11:55.129
descriptionYet another Linux package tester
homepage
repositoryhttps://github.com/255doesnotexist/lintestor
max_upload_size
id1404885
Cargo.toml error:TOML parse error at line 17, column 1 | 17 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
255 (255doesnotexist)

documentation

README

Lintestor

Docs | Example Summary | English README

Lintestor 是一个基于 Rust 的软件包可用性自动化测试系统,支持多发行版(只是设计上)和多个软件包的自动化测试。

功能

  • 管理不同发行版测试环境的启停
  • 调度测试任务并执行
  • 汇总测试报告
  • 生成 Markdown 格式的测试结果总结

使用

参见 USAGE.md.

See USAGE_en.md for English usage.

预构建二进制

实验性的 Nightly 构建请见 Releases

Commit count: 363

cargo fmt