File: debcargo.toml

package info (click to toggle)
rust-inquest 0.1.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 928 kB
  • sloc: makefile: 10
file content (15 lines) | stat: -rw-r--r-- 589 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
overlay = "."
uploaders = ["Jelmer Vernooij <jelmer@debian.org>"]
collapse_features = true
bin = true

[packages.bin]
section = "devel"
summary = "test result repository using subunit streams"
description = """
inquest provides a database of test results and supports easy workflows to be
built on top of that database. For instance, running just failing tests or
getting the last test run back to examine again (without running the tests
again). inquest is compatible with any test suite that can output subunit.
This includes any TAP test suite and any pyunit compatible test suite.
"""