Metadata-Version: 2.1
Name: pytest-inmanta-extensions
Version: 5.1.1
Summary: Inmanta tests package
Home-page: https://github.com/inmanta/inmanta
Author: Inmanta
Author-email: code@inmanta.com
License: Apache Software License 2
Project-URL: Bug Tracker, https://github.com/inmanta/inmanta-core/issues
Keywords: pytest inmanta tests
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Testing
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Framework :: Pytest
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# Pytest-Inmanta-tests

This package contains test code used by the Inmanta core and its extensions. It exposes a set of pytest fixtures as a pytest 
plugin.

## Installation

### 1) Manually

```bash
pip install -U setuptools pip
python3 tests_common/copy_files_from_core.py
pip install tests_common/
```

The `copy_files_from_core.py` script copies the files it requires from `tests/` into `tests_common/src/`. 

### 2) Via makefile

```bash
make install-tests
```


