pytest-inmanta-extensions


Namepytest-inmanta-extensions JSON
Version 12.0.0 PyPI version JSON
download
home_pagehttps://github.com/inmanta/inmanta
SummaryInmanta tests package
upload_time2024-04-02 09:07:14
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/4c/98/75a088bb9ed318ba23bc591b311928566ac862278262f91f8a268c2698fc/pytest-inmanta-extensions-12.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": "12.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": "947bc35c14e4fcf4982daeb65c51435f9c8faa08992ffe797be8482d08b4466a",
                "md5": "d91278d4dfefd25e5a6ee08913f94b3c",
                "sha256": "88f98e0fb69821f0bfd08eaa9b8b7f31a0df8aabde380b014f9bb838d37a2b2d"
            },
            "downloads": -1,
            "filename": "pytest_inmanta_extensions-12.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d91278d4dfefd25e5a6ee08913f94b3c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 47460,
            "upload_time": "2024-04-02T09:06:57",
            "upload_time_iso_8601": "2024-04-02T09:06:57.432795Z",
            "url": "https://files.pythonhosted.org/packages/94/7b/c35c14e4fcf4982daeb65c51435f9c8faa08992ffe797be8482d08b4466a/pytest_inmanta_extensions-12.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4c9875a088bb9ed318ba23bc591b311928566ac862278262f91f8a268c2698fc",
                "md5": "cb4500e20100c7d924a36618e54e29dc",
                "sha256": "ad3190cbde9e563f9adcbb260994ff502d26e277ac41e3cff0e6179c67f7b3cf"
            },
            "downloads": -1,
            "filename": "pytest-inmanta-extensions-12.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "cb4500e20100c7d924a36618e54e29dc",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 43523,
            "upload_time": "2024-04-02T09:07:14",
            "upload_time_iso_8601": "2024-04-02T09:07:14.028514Z",
            "url": "https://files.pythonhosted.org/packages/4c/98/75a088bb9ed318ba23bc591b311928566ac862278262f91f8a268c2698fc/pytest-inmanta-extensions-12.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-02 09:07:14",
    "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.23961s