[pytest-dev] [ANN] pytest-travis-fold plugin

Eldar Abusalimov eldar.abusalimov at gmail.com
Fri Oct 16 15:05:39 CEST 2015


Hi,

I'm pleased to announce a new pytest-travis-fold plugin that provides
better look and feel when using Travis CI. Once installed it makes captured
stdout / stderr sections of failing tests appear folded in the Travis CI
build log view.


To enable it, add this install step to .travis.yml:

    install:
      - pip install pytest-travis-fold

You may install it either through .travis.yml, tox.ini, setup.py
requirements, ... - whatever you find appropriate. In any case it won't
interfere with your dev environment; it is only activated when it detects
the Travis CI environment, or by using the --travis-fold command line
switch (in general, you won't need it though).


GitHub: https://github.com/abusalimov/pytest-travis-fold
PyPI: https://pypi.python.org/pypi/pytest-travis-fold


I'd be happy to get your feedback!​


-- 
Best regards,
Eldar Sh. Abusalimov
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/pytest-dev/attachments/20151016/a050a9f3/attachment.html>


More information about the pytest-dev mailing list