File: control

package info (click to toggle)
bash-unit 2.3.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,304 kB
  • sloc: sh: 1,134; makefile: 10
file content (22 lines) | stat: -rw-r--r-- 688 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
Source: bash-unit
Section: devel
Priority: optional
Maintainer: Martin Dosch <martin@mdosch.de>
Rules-Requires-Root: no
Build-Depends:
 asciidoctor,
 debhelper-compat (= 13),
Standards-Version: 4.7.0
Homepage: https://github.com/pgrange/bash_unit
Vcs-Browser: https://salsa.debian.org/mdosch/bash-unit
Vcs-Git: https://salsa.debian.org/mdosch/bash-unit.git

Package: bash-unit
Architecture: all
Multi-Arch: foreign
Depends:
 ${misc:Depends},
Description: bash_unit - bash unit testing
 bash_unit allows you to write unit tests (functions starting with test),
 run them and, in case of failure, displays the stack trace with source
 file and line number indications to locate the problem.