pytest-inmanta-extensions


Namepytest-inmanta-extensions JSON
Version 14.0.0 PyPI version JSON
download
home_pagehttps://github.com/inmanta/inmanta
SummaryInmanta tests package
upload_time2024-10-10 11:53:59
maintainerNone
docs_urlNone
authorInmanta
requires_python>=3.6
licenseApache Software License 2
keywords pytest inmanta tests
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/inmanta/inmanta",
    "name": "pytest-inmanta-extensions",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": "pytest inmanta tests",
    "author": "Inmanta",
    "author_email": "code@inmanta.com",
    "download_url": "https://files.pythonhosted.org/packages/a7/ee/7f7121eb14c49270ff02a0ccc92acddb5de239e82579490f5f8a7c8fc394/pytest_inmanta_extensions-14.0.0.tar.gz",
    "platform": null,
    "description": "# Pytest-Inmanta-tests\n\nThis package contains test code used by the Inmanta core and its extensions. It exposes a set of pytest fixtures as a pytest \nplugin.\n\n## Installation\n\n### 1) Manually\n\n```bash\npip install -U setuptools pip\npython3 tests_common/copy_files_from_core.py\npip install tests_common/\n```\n\nThe `copy_files_from_core.py` script copies the files it requires from `tests/` into `tests_common/src/`. \n\n### 2) Via makefile\n\n```bash\nmake install-tests\n```\n",
    "bugtrack_url": null,
    "license": "Apache Software License 2",
    "summary": "Inmanta tests package",
    "version": "14.0.0",
    "project_urls": {
        "Bug Tracker": "https://github.com/inmanta/inmanta-core/issues",
        "Homepage": "https://github.com/inmanta/inmanta"
    },
    "split_keywords": [
        "pytest",
        "inmanta",
        "tests"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5b4a88b07426c3c08cbf6e2a075a637256d04c8b42d4b2b9492e2a33210fc00e",
                "md5": "f135deff23e69f216af8b8159d47f7ee",
                "sha256": "c64cf980545cb54384615dffb9f07d9020985d6f7b9a9a34be551bbee22e938b"
            },
            "downloads": -1,
            "filename": "pytest_inmanta_extensions-14.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f135deff23e69f216af8b8159d47f7ee",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 49858,
            "upload_time": "2024-10-10T11:53:47",
            "upload_time_iso_8601": "2024-10-10T11:53:47.631096Z",
            "url": "https://files.pythonhosted.org/packages/5b/4a/88b07426c3c08cbf6e2a075a637256d04c8b42d4b2b9492e2a33210fc00e/pytest_inmanta_extensions-14.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a7ee7f7121eb14c49270ff02a0ccc92acddb5de239e82579490f5f8a7c8fc394",
                "md5": "00eb6e1b15197b6c3846ee89cb4d44ee",
                "sha256": "bfa6f0deefc575a6bbbddd68e4cb9d42d08cd8497228cd2279d66ed5721c5892"
            },
            "downloads": -1,
            "filename": "pytest_inmanta_extensions-14.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "00eb6e1b15197b6c3846ee89cb4d44ee",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 45807,
            "upload_time": "2024-10-10T11:53:59",
            "upload_time_iso_8601": "2024-10-10T11:53:59.282347Z",
            "url": "https://files.pythonhosted.org/packages/a7/ee/7f7121eb14c49270ff02a0ccc92acddb5de239e82579490f5f8a7c8fc394/pytest_inmanta_extensions-14.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-10 11:53:59",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "inmanta",
    "github_project": "inmanta",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "pytest-inmanta-extensions"
}
        
Elapsed time: 0.37481s