Metadata-Version: 2.4
Name: pytest-inmanta-extensions
Version: 18.1.0
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
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
Requires-Dist: asyncpg
Requires-Dist: click
Requires-Dist: inmanta-core~=18.1.0.0.dev
Requires-Dist: pip2pi
Requires-Dist: pyformance
Requires-Dist: pytest-asyncio
Requires-Dist: pytest-env
Requires-Dist: pytest-postgresql>=4
Requires-Dist: psycopg>=3
Requires-Dist: tornado
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: project-url
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

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