Skip to main content

Folds output sections in GitLab CI build log

Project description

pytest-gitlab-fold

Tests PyPI

Pytest plugin that folds output sections in GitLab CI build log.

It is a port of Eldar Abusalimov's excellent pytest-travis-fold plugin, all credits go to him and contributors.

GitLab CI build log view

In addition, pytest-gitlab-fold recognizes presence of the pytest-cov plugin and folds coverage reports accordingly.

Installation and Usage

Just install the [pytest-gitlab-fold][linnk-pypi] package as part of your build.

When using tox, add the package to the deps list in your tox.ini and make sure the GITLAB_CI environment variable is passed:

[testenv]
deps =
    pytest-gitlab-fold
passenv = GITLAB_CI

If you don't use tox and invoke py.test directly from .gitlab-ci.yml, you may install the package as an additional install step:

install:
  - pip install -e .
  - pip install pytest-gitlab-fold

script: py.test

Output folding is enabled automatically when running inside GitLab CI. It is OK to have the plugin installed also in your dev environment: it is only activated by checking the presence of the GITLAB_CI environmental variable, unless the --gitlab-fold command line switch is used.

The gitlab fixture

The plugin by itself only makes the captured output sections appear folded. If you wish to make the same thing with arbitrary lines, you can do it manually by using the gitlab fixture.

It is possible to fold the output of a certain code block using the gitlab.folding_output() context manager:

def test_something(gitlab):
    with gitlab.folding_output():
        print("Lines, lines, lines...")
        print("Lots of them!")
        ...

Or you may want to use lower-level gitlab.fold_string() and gitlab.fold_lines() functions and then output the result as usual.

Contributing

Contributions are very welcome. Tests can be run with tox, please ensure the coverage at least stays the same before you submit a pull request.

License

Distributed under the terms of the MIT license, "pytest-gitlab-fold" is free and open source software.

Issues

If you encounter any problems, please file an issue along with a detailed description.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pytest-gitlab-fold-0.3.1.tar.gz (9.3 kB view details)

Uploaded Source

Built Distribution

pytest_gitlab_fold-0.3.1-py2.py3-none-any.whl (7.6 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file pytest-gitlab-fold-0.3.1.tar.gz.

File metadata

  • Download URL: pytest-gitlab-fold-0.3.1.tar.gz
  • Upload date:
  • Size: 9.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.7

File hashes

Hashes for pytest-gitlab-fold-0.3.1.tar.gz
Algorithm Hash digest
SHA256 9257675267cb4c4291cffc678ffebd486b127429f5f7fd9fbf6e156bc236d9dc
MD5 d4f7be0f5abccd0870f423174c3a0f97
BLAKE2b-256 022693c0cfeabe80c1407056c369b2aea34f83c5f54e2f2f1903907f75b2eea7

See more details on using hashes here.

File details

Details for the file pytest_gitlab_fold-0.3.1-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for pytest_gitlab_fold-0.3.1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 81c923a5243d0c7daf6b6e50253f71e84d6f7d42c20cc723c9b3d41ae6936b50
MD5 24c8fcffe92c093dd06ada6cc2a7a2c0
BLAKE2b-256 744e0ffe114783291430423c41848ce1690488dcc7ce0044dd93bf692e7cea14

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page