An open API service indexing awesome lists of open source software.

https://github.com/apertium/apertium-regtest

Regression testing system for Apertium language data and translators
https://github.com/apertium/apertium-regtest

apertium approval-testing characterization-tests golden-master mt testing

Last synced: 5 months ago
JSON representation

Regression testing system for Apertium language data and translators

Awesome Lists containing this project

README

          

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`.