coincidence
Helper functions for pytest.
Data:
|
Functions:
|
Prints the start time of the pytest session. |
-
PEP_563= False Type:
boolTrueif the current Python version implements PEP 563 – Postponed Evaluation of Annotations.Note
This is currently set to
Falseuntil 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
Falseregardless of version.