coincidence

Helper functions for pytest.

Data:

PEP_563

True if the current Python version implements PEP 563 – Postponed Evaluation of Annotations.

Functions:

pytest_report_header(config)

Prints the start time of the pytest session.

PEP_563 = False

Type:    bool

True if the current Python version implements PEP 563 – Postponed Evaluation of Annotations.

Note

This is currently set to False until the future of typing PEPs has been determined. No released versions of Python currently have PEP 563 enabled by default.

Changed in version 0.6.0: Temporarily set to False regardless of version.

pytest_report_header(config)[source]

Prints the start time of the pytest session.

Return type

str