File: control

package info (click to toggle)
tess 0.3.0-7
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 388 kB
  • ctags: 50
  • sloc: sh: 2,837; makefile: 168
file content (26 lines) | stat: -rw-r--r-- 1,108 bytes parent folder | download | duplicates (2)
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
26
Source: tess
Section: interpreters
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: debhelper (>= 7), cdbs, quilt
Build-Depends-Indep: libslang2-dev (>= 2.0.4-6), slsh
Standards-Version: 3.8.1
Homepage: http://space.mit.edu/cxc/software/slang/modules/tess/
Vcs-Git: git://git.debian.org/git/pkg-jed/tess.git
Vcs-Browser: http://git.debian.org/?p=pkg-jed/tess.git

Package: slang-tess
Architecture: all
Depends: ${misc:Depends}
Suggests: slsh (>= 2.0) | jed (>= 0.99.17) | slrn (>= 0.9.8.1pl1-4)
Description: regression testing system for the S-Lang scripting language
 TESS is the (Te)st (S)ystem for (S)-Lang, which aims at reducing the
 workload and ad-hoc nature of regression testing S-Lang software, by
 collecting common testing elements into a single, easy-to-use
 framework.
 .
 TESS provides the S-Lang developer nominal mechanisms for tailoring
 the S-Lang environment and invoking functions with arbitrary inputs,
 while transparently inspecting and cleaning the stack, gathering
 pass/fail statistics, and providing error recovery from selected
 exceptions.