Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
pytest-check / src / pytest_check / __init__.py
Size: Mime:
"""A pytest plugin that allows multiple failures per test."""
import pytest
from pytest_check.check_methods import *  # noqa: F401, F402, F403

pytest.register_assert_rewrite("pytest_check.check")

__version__ = "1.0.7"