Voice et bot modif
This commit is contained in:
parent
189d56026b
commit
7333a22bcd
10774 changed files with 634644 additions and 933308 deletions
9
venv/lib/python3.12/site-packages/pytest/__main__.py
Normal file
9
venv/lib/python3.12/site-packages/pytest/__main__.py
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
"""The pytest entry point."""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
import pytest
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
raise SystemExit(pytest.console_main())
|
||||
Loading…
Add table
Add a link
Reference in a new issue