Metadata-Version: 2.1
Name: mercurial-litf
Version: 0.3.0
Summary: A litf plugin for the Mercurial test runner
Home-page: https://foss.heptapod.net/mercurial/mercurial-litf
License: MIT
Author: Boris Feld
Author-email: lothiraldan@gmail.com
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Project-URL: Repository, https://foss.heptapod.net/mercurial/mercurial-litf
Description-Content-Type: text/markdown

# mercurial-litf

A litf compatible plugin for the [Mercurial](https://www.mercurial-scm.org/) test runner.

It can be used with [Balto: BAlto is a Language independent Test Orchestrator](https://lothiraldan.github.io/balto/).

# Installation


You can install "mercurial-litf" via
[pip](https://pypi.python.org/pypi/pip/) from
[PyPI](https://pypi.python.org/pypi):

```
    $ pip install mercurial-litf
```

# Configuration

The mercurial-litf CLI need to find where the Mercurial test-runner is located. It reads the `MERCURIAL_RUN_TESTS_PATH` environment variable in order to do so, please ensure it's defined in your environment.

