pytest

GPTKB entity

Statements (58)
Predicate Object
gptkbp:instance_of gptkb:software_framework
gptkbp:bfsLayer 3
gptkbp:bfsParent gptkb:television_channel
gptkb:Library
gptkb:drug
gptkbp:developed_by gptkb:Holger_Krekel
gptkbp:first_released gptkb:2011
gptkbp:has_feature custom test runners
mocking
test reporting
command line options
code coverage
parallel test execution
test fixtures
test discovery
support for running tests with different dependencies using pip
support for running tests with different test suites using pytest -s
support for running tests with different Python versions using tox
support for running tests with different output formats using pytest --help
support for running tests with different test cases using pytest -k
support for running tests in a specific order with pytest-ordering
assert rewriting
extensible via plugins
mocking with unittest.mock
parameterized testing
rich assertion introspection
support for HTML reporting with pytest-html
support for J Unit XML reporting
support for async tests
support for continuous integration tools
support for coverage reporting with pytest-cov
support for mocking with pytest-mock
support for mocking with unittest.mock
support for other testing frameworks
support for running tests in Docker
support for test coverage with coverage.py
support for test discovery in subdirectories
support for test parametrization
support for test profiling with pytest-profiling
support for test retries with pytest-rerunfailures
test ordering
test skipping
support for running tests with different test directories using pytest tests/
support for running tests with different markers using pytest -m
support for running tests with different verbosity levels using pytest -v
support for running tests with different configurations using pytest.ini
support for running tests with different command line options using pytest -h
support for running tests in parallel with pytest-xdist
support for running tests with different environments using virtualenv
https://www.w3.org/2000/01/rdf-schema#label pytest
gptkbp:latest_version 7.1.2
gptkbp:provides plugins
fixtures
gptkbp:supports API testing
unit testing
functional testing
gptkbp:uses assert statements
gptkbp:written_in gptkb:Library