File: README

package info (click to toggle)
apertium-regtest 0.9.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 244 kB
  • sloc: python: 1,268; javascript: 984; makefile: 19
file content (26 lines) | stat: -rw-r--r-- 707 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
26
apertium-regtest
----------------

Regression testing system for Apertium.

Full documentation: https://wiki.apertium.org/wiki/Apertium-regtest

# Installation

Can be run as-is by invoking the `apertium-regtest.py` file in this directory or by running

```bash
$ autoreconf -fvi
$ ./configure
# make install
```

Which will install it as the command `apertium-regtest`

# Usage

## Static testing
`apertium-regtest test` runs all tests and reports the results, exiting with error code `0` if all pass and `1` otherwise.

## Interactively updating tests
Test data can be updated either from a browser or from a terminal. For browser mode, run `apertium-regtest web` and for terminal `apertium-regtest cli`.