#testing #repository #executable #yaml #configuration #console #output

app nol

一个简单的程序,用于在可执行文件中编写测试

14个不稳定版本 (3个破坏性版本)

0.3.0 2023年9月21日
0.2.0 2023年7月25日
0.1.9 2023年7月18日
0.1.7 2023年6月19日
0.0.1 2023年5月28日

#125 in #executable

Download history 2/week @ 2024-04-03

每月86次下载

GPL-2.0-or-later

17KB
110

Nol

构建运行测试程序的程序

安装

cargo install nol

使用

nol

配置

编辑此文件并将您的项目添加到存储库列表中

# ~/.config/nol/nol.yml

quiet: false # To enable/disabled console output
repositories:
  - nol # ~/Nol/nol contains the source code
dependencies: # All dependencies for new repository to add at the src
  - testing_unit
  - testing_performance
  - continuous-testing
  - sparte
  - eywa

社交链接

依赖

~3–4.5MB
~84K SLoC