How to mark test functions with attributes¶| docs.pytest.org
Fixture availability¶| docs.pytest.org
Creating and discovering plugins¶| packaging.python.org
The Python Package Index (PyPI) is a repository of software for the Python programming language.| PyPI
Assert that two numbers (or two ordered sequences of numbers) are equal to each other| docs.pytest.org
The following sections describe the standard types that are built into the interpreter. The principal built-in types are numerics, sequences, mappings, classes, instances and exceptions. Some colle...| Python documentation
Entry points specification¶| packaging.python.org
This PEP proposes to add a new set of import hooks that offer better customization of the Python import mechanism. Contrary to the current __import__ hook, a new-style hook can be injected into the existing scheme, allowing for a finer grained control ...| Python Enhancement Proposals (PEPs)