tmt


Nametmt JSON
Version 1.32.2 PyPI version JSON
download
home_pageNone
SummaryTest Management Tool
upload_time2024-04-22 07:27:34
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
licenseNone
keywords metadata testing
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
==================================================================
                    tmt - Test Management Tool
==================================================================

The ``tmt`` tool provides a user-friendly way to work with tests.
You can comfortably create new tests, safely and easily run tests
across different environments, review test results, debug test
code and enable tests in the CI using a consistent and concise
config.

The python module and command-line tool implement the Metadata
Specification which allows storing all needed test execution data
directly within a git repository. Together with possibility to
reference remote repositories it makes it easy to share test
coverage across projects and distros.

The Flexible Metadata Format ``fmf`` is used to store data in both
human and machine readable way close to the source code. Thanks to
inheritance and elasticity metadata are organized in the structure
efficiently, preventing unnecessary duplication.

See the https://tmt.readthedocs.io web for detailed documentation.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "tmt",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": "Petr Splichal <psplicha@redhat.com>",
    "keywords": "metadata, testing",
    "author": null,
    "author_email": "Petr Splichal <psplicha@redhat.com>",
    "download_url": "https://files.pythonhosted.org/packages/fb/83/b57af75b92d5270c14ccc9050775810b2708c9dff33dd1d3a4407cb87399/tmt-1.32.2.tar.gz",
    "platform": null,
    "description": "\n==================================================================\n                    tmt - Test Management Tool\n==================================================================\n\nThe ``tmt`` tool provides a user-friendly way to work with tests.\nYou can comfortably create new tests, safely and easily run tests\nacross different environments, review test results, debug test\ncode and enable tests in the CI using a consistent and concise\nconfig.\n\nThe python module and command-line tool implement the Metadata\nSpecification which allows storing all needed test execution data\ndirectly within a git repository. Together with possibility to\nreference remote repositories it makes it easy to share test\ncoverage across projects and distros.\n\nThe Flexible Metadata Format ``fmf`` is used to store data in both\nhuman and machine readable way close to the source code. Thanks to\ninheritance and elasticity metadata are organized in the structure\nefficiently, preventing unnecessary duplication.\n\nSee the https://tmt.readthedocs.io web for detailed documentation.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Test Management Tool",
    "version": "1.32.2",
    "project_urls": {
        "Homepage": "https://github.com/teemtee/tmt"
    },
    "split_keywords": [
        "metadata",
        " testing"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "42f78e1bd4c5487d54a8e2d7f8b11a6910afeef0a475084fbb21b55e8d2bf5fc",
                "md5": "b456f9db6843f06f6ad6cbecaf32c1db",
                "sha256": "ca7a5b5c5381daefd2677db3f8d2de342c1257b521708c17da300c3559869cda"
            },
            "downloads": -1,
            "filename": "tmt-1.32.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b456f9db6843f06f6ad6cbecaf32c1db",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 415818,
            "upload_time": "2024-04-22T07:27:32",
            "upload_time_iso_8601": "2024-04-22T07:27:32.403249Z",
            "url": "https://files.pythonhosted.org/packages/42/f7/8e1bd4c5487d54a8e2d7f8b11a6910afeef0a475084fbb21b55e8d2bf5fc/tmt-1.32.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fb83b57af75b92d5270c14ccc9050775810b2708c9dff33dd1d3a4407cb87399",
                "md5": "13deeb9e62b2412ea20d11f3d8f4dbba",
                "sha256": "3c5a5dcbc5d2defff64824fe16b29de3541bec6b0cd7455d42696aa47bdc60be"
            },
            "downloads": -1,
            "filename": "tmt-1.32.2.tar.gz",
            "has_sig": false,
            "md5_digest": "13deeb9e62b2412ea20d11f3d8f4dbba",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 584544,
            "upload_time": "2024-04-22T07:27:34",
            "upload_time_iso_8601": "2024-04-22T07:27:34.120535Z",
            "url": "https://files.pythonhosted.org/packages/fb/83/b57af75b92d5270c14ccc9050775810b2708c9dff33dd1d3a4407cb87399/tmt-1.32.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-22 07:27:34",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "teemtee",
    "github_project": "tmt",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "tmt"
}
        
Elapsed time: 0.23555s