DEPENDENCIES="( build+run: dev-python/py[>=1.4.29][python_abis:*(-)?] test: dev-python/hypothesis[>=3.5.2][python_abis:*(-)?] suggestion: dev-python/pytest-twisted[python_abis:*(-)?] [[ description = [ write tests for twisted apps ] ]] dev-python/mock[python_abis:*(-)?] [[ description = [ mocking functionality ] ]] dev-python/nose[python_abis:*(-)?] [[ description = [ run test suites written for nose ] ]] dev-python/pexpect[python_abis:*(-)?] [[ description = [ support for testing py.test and py.test plugins ] ]] dev-python/pytest-xdist[python_abis:*(-)?] [[ description = [ to distribute tests to CPUs and remote hosts ] ]] ) [[ defined-in = [ pytest-3.0.7.exheres-0 ] ]] ( build+run: python_abis:2.7? ( dev-lang/python:2.7[sqlite] ) python_abis:3.3? ( dev-lang/python:3.3[sqlite] ) python_abis:3.4? ( dev-lang/python:3.4[sqlite] ) python_abis:3.5? ( dev-lang/python:3.5[sqlite] ) python_abis:3.6? ( dev-lang/python:3.6[sqlite] ) ) [[ defined-in = [ python.exlib ] ]] ( build: dev-python/setuptools[python_abis:*(-)?] ) [[ defined-in = [ setup-py.exlib ] ]]"
DESCRIPTION=" The py.test library provides full-featured and mature testing environment that can scale from simple unit testing to complex functional testing. It includes many common testing methods as well as an extensive plugin and customization system."