Skip to main content

Folds captured output sections in Travis CI build log

Project description

Pytest plugin that folds captured output sections in Travis CI build log.

Travis CI build log view

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

Installation and Usage

Just install the pytest-travis-fold package as part of your build.

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

[testenv]
deps =
    pytest-travis-fold
passenv = TRAVIS

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

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

script: py.test

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

The travis 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 travis fixture.

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

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

Or you may want to use lower-level travis.fold_string() and travis.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-travis-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-travis-fold-1.3.0.tar.gz (5.4 kB view details)

Uploaded Source

Built Distribution

pytest_travis_fold-1.3.0-py2.py3-none-any.whl (7.9 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file pytest-travis-fold-1.3.0.tar.gz.

File metadata

File hashes

Hashes for pytest-travis-fold-1.3.0.tar.gz
Algorithm Hash digest
SHA256 5607df571232b257be644400be559afb9148af3a27576f8080f56cee915771b2
MD5 1997ab801876e61fcc5b1a5d2da15153
BLAKE2b-256 bd921c808180309b97f54da216875c4f4a5504a6282c84176d1120647de68267

See more details on using hashes here.

File details

Details for the file pytest_travis_fold-1.3.0-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for pytest_travis_fold-1.3.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 3fe15aa21ed14275e5a77814339281b3b618e350b98a43e7ac5d5bdcad8202cb
MD5 ec4ba1733cc11e55175d58b01b3f6327
BLAKE2b-256 70316735482529a3bdab04790c6573f7d3cb0184967786302dc7c82b9d711e2f

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