All Projects → pytest-dev → Pytest Instafail

pytest-dev / Pytest Instafail

Licence: other
py.test plugin to show failures instantly

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Pytest Instafail

Opensourcetest
OpenSourceTest由自动化测试-夜行者社区维护,提供的是更多地灵活性和可配置性
Stars: ✭ 37 (-56.98%)
Mutual labels:  pytest
Dicomweb Client
Python client for DICOMweb RESTful services
Stars: ✭ 60 (-30.23%)
Mutual labels:  pytest
Molecule Ansible Docker Aws
Example project showing how to test Ansible roles with Molecule using Testinfra and a multiscenario approach with Docker, Vagrant & AWS EC2 as infrastructure providers
Stars: ✭ 72 (-16.28%)
Mutual labels:  pytest
Pytest Idapro
A pytest module for The Interactive Disassembler and IDAPython; Record and Replay IDAPython API, execute inside IDA or use mockups of IDAPython API.
Stars: ✭ 44 (-48.84%)
Mutual labels:  pytest
Python web framework
这是一个关于python的WebUI自动化测试的项目,之前用的是unittest测试框架,现在改成pytest测试框架,Python+PageObject+Pytest
Stars: ✭ 49 (-43.02%)
Mutual labels:  pytest
Integration tests
ManageIQ integration tests
Stars: ✭ 63 (-26.74%)
Mutual labels:  pytest
Jest Pytest
A Jest and Pytest integration made in heaven 💖
Stars: ✭ 28 (-67.44%)
Mutual labels:  pytest
Pytest Json Report
🗒️ A pytest plugin to report test results as JSON
Stars: ✭ 77 (-10.47%)
Mutual labels:  pytest
Pytest Django Queries
Generate performance reports from your django database performance tests.
Stars: ✭ 54 (-37.21%)
Mutual labels:  pytest
Pytest Spec
Library pytest-spec is a pytest plugin to display test execution output like a SPECIFICATION.
Stars: ✭ 65 (-24.42%)
Mutual labels:  pytest
Pytest Pudb
Pytest PuDB debugger integration
Stars: ✭ 45 (-47.67%)
Mutual labels:  pytest
Pytest Mypy Plugins
pytest plugin for testing mypy types, stubs, and plugins
Stars: ✭ 47 (-45.35%)
Mutual labels:  pytest
Pytest Grpc
Allow test gRPC with pytest
Stars: ✭ 63 (-26.74%)
Mutual labels:  pytest
Pytest Mock
Thin-wrapper around the mock package for easier use with pytest
Stars: ✭ 1,020 (+1086.05%)
Mutual labels:  pytest
Syrupy
🥞 The sweeter pytest snapshot plugin
Stars: ✭ 73 (-15.12%)
Mutual labels:  pytest
Pytest Cov
Coverage plugin for pytest.
Stars: ✭ 983 (+1043.02%)
Mutual labels:  pytest
Pyautotest
Stars: ✭ 61 (-29.07%)
Mutual labels:  pytest
Education Backend
Django backend for my info-business website
Stars: ✭ 79 (-8.14%)
Mutual labels:  pytest
Flake8 Pytest Style
A flake8 plugin checking common style issues or inconsistencies with pytest-based tests.
Stars: ✭ 74 (-13.95%)
Mutual labels:  pytest
Wemake Django Template
Bleeding edge django template focused on code quality and security.
Stars: ✭ 1,141 (+1226.74%)
Mutual labels:  pytest

pytest-instafail

|build status|_

.. |build status| image:: https://travis-ci.org/pytest-dev/pytest-instafail.svg?branch=master :alt: Build Status .. _build status: https://travis-ci.org/pytest-dev/pytest-instafail

pytest-instafail is a plugin for pytest <https://pytest.org>_ that shows failures and errors instantly instead of waiting until the end of test session.

Requirements

You will need the following prerequisites in order to use pytest-instafail:

  • Python 2.7, 3.5+ or PyPy
  • pytest 2.9 or newer

Installation

To install pytest-instafail::

$ pip install pytest-instafail

Then run your tests with::

$ pytest --instafail

Resources

  • Issue Tracker <https://github.com/pytest-dev/pytest-instafail/issues>_
  • Code <https://github.com/pytest-dev/pytest-instafail/>_
  • Development Version <https://github.com/pytest-dev/pytest-instafail/zipball/master#egg=pytest-instafail-dev>_
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].