#testing #repository #executable #yaml #configuration #file #console

app nol

A simply program to write test in executable

14 unstable releases (3 breaking)

0.3.0 Sep 21, 2023
0.2.0 Jul 25, 2023
0.1.9 Jul 18, 2023
0.1.7 Jun 19, 2023
0.0.1 May 28, 2023

#523 in Configuration

GPL-2.0-or-later

17KB
110 lines

Nol

A program to build a program to run tests

Installation

cargo install nol

Usage

nol

Configuration

Edit this file and add your project inside the repositories list

# ~/.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

Social links

Dependencies

~3–4MB
~84K SLoC