Metadata-Version: 2.1
Name: pytest-tst
Version: 0.1.1
Summary: Customize pytest options, output and exit code to make it compatible with tst
Home-page: https://github.com/daltonserey/pytest-tst
Author: Dalton Serey
Author-email: daltonserey@gmail.com
Maintainer: Dalton Serey
Maintainer-email: daltonserey@gmail.com
License: MIT
Platform: UNKNOWN
Requires-Python: >3.6
License-File: LICENSE

# pytest-tst

Small pytest plugin that customizes options, output and exit code
to make it run in a compatible way with
[tst](github.com/daltonserey/tst).

## how to install

```
pip3 install --user pytest-tst
```

## how to use

```
pytest --tst
```


