pytest-logscanner


Namepytest-logscanner JSON
Version 0.9.3 PyPI version JSON
download
home_pageNone
SummaryPytest plugin for logscanner (A logger for python logging outputting to easily viewable (and filterable) html files. Good for people not grep savey, and color higlighting and quickly changing filters might even bye useful for commandline wizards.)
upload_time2024-09-30 10:51:57
maintainerNone
docs_urlNone
authorNone
requires_python>=3.12
licenseMIT
keywords logging viewer
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # pytest-logscanner

Adds html log files for each test.

To delete logfiles before running the tests add the `--logscanner-clear` option to the pytest call:

```
pytest --logscanner-clear
```

To only clear the log files without running the tests use:

```
pytest --logscanner-clear --collect-only
```
            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "pytest-logscanner",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.12",
    "maintainer_email": null,
    "keywords": "logging, viewer",
    "author": null,
    "author_email": "Malte Vesper <malte.vesper@gmx.net>",
    "download_url": "https://files.pythonhosted.org/packages/d6/22/0b8906e4ac5251a32925fb20d85c83b338438e7a4313e0fed58b8229417c/pytest_logscanner-0.9.3.tar.gz",
    "platform": null,
    "description": "# pytest-logscanner\n\nAdds html log files for each test.\n\nTo delete logfiles before running the tests add the `--logscanner-clear` option to the pytest call:\n\n```\npytest --logscanner-clear\n```\n\nTo only clear the log files without running the tests use:\n\n```\npytest --logscanner-clear --collect-only\n```",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Pytest plugin for logscanner (A logger for python logging outputting to easily viewable (and filterable) html files. Good for people not grep savey, and color higlighting and quickly changing filters might even bye useful for commandline wizards.)",
    "version": "0.9.3",
    "project_urls": {
        "Changelog": "https://github.com/maltevesper/logscanner/blob/main/CHANGELOG.md",
        "Documentation": "https://maltevesper.github.io/logscanner/",
        "Repository": "https://github.com/maltevesper/logscanner"
    },
    "split_keywords": [
        "logging",
        " viewer"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0952f0b3c11899bf9b76b5cc15d88006796605c49a1fcc38fd73114aa07e085c",
                "md5": "211dc873731f78eae94e322cb50ebf0c",
                "sha256": "9d6b081884394287e2cd8715fc477ca82ca9d8a80e08cfddb07b8b172d9a8786"
            },
            "downloads": -1,
            "filename": "pytest_logscanner-0.9.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "211dc873731f78eae94e322cb50ebf0c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.12",
            "size": 3579,
            "upload_time": "2024-09-30T10:51:56",
            "upload_time_iso_8601": "2024-09-30T10:51:56.347370Z",
            "url": "https://files.pythonhosted.org/packages/09/52/f0b3c11899bf9b76b5cc15d88006796605c49a1fcc38fd73114aa07e085c/pytest_logscanner-0.9.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d6220b8906e4ac5251a32925fb20d85c83b338438e7a4313e0fed58b8229417c",
                "md5": "a613130c67f4396eee9e94473111d1aa",
                "sha256": "ff705debf3634d48178db4c21d2da39e9fff5d3c81575884f168e16413c38a97"
            },
            "downloads": -1,
            "filename": "pytest_logscanner-0.9.3.tar.gz",
            "has_sig": false,
            "md5_digest": "a613130c67f4396eee9e94473111d1aa",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.12",
            "size": 3004,
            "upload_time": "2024-09-30T10:51:57",
            "upload_time_iso_8601": "2024-09-30T10:51:57.487277Z",
            "url": "https://files.pythonhosted.org/packages/d6/22/0b8906e4ac5251a32925fb20d85c83b338438e7a4313e0fed58b8229417c/pytest_logscanner-0.9.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-30 10:51:57",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "maltevesper",
    "github_project": "logscanner",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "pytest-logscanner"
}
        
Elapsed time: 0.36363s