File: control

package info (click to toggle)
btest 0.62-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,132 kB
  • sloc: python: 1,969; sh: 473; makefile: 160; xml: 32; awk: 1
file content (25 lines) | stat: -rw-r--r-- 1,008 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Source: btest
Section: devel
Priority: optional
Maintainer: Hilko Bengen <bengen@debian.org>
Build-Depends: debhelper (>= 12),
               debhelper-compat (= 12),
               dh-python,
               python3
Standards-Version: 4.4.1
Homepage: http://www.bro.org/
Vcs-Git: https://salsa.debian.org/bro-team/btest.git
Vcs-Browser: https://salsa.debian.org/bro-team/btest

Package: btest
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends}, python3
Description: simple driver for basic unit tests
 "btest" is a simple framework for writing unit tests. Freely
 borrowing some ideas from other packages, it's main objective is to
 provide an easy-to-use, straightforward driver for a suite of
 shell-based tests. Each test consists of a set of command lines that
 will be executed, and success is determined based on their exit
 codes. "btest" comes with some additional tools that can be used
 within such tests to compare output against a previously established
 baseline.