from collections.abc import Iterable from typing import Literal as L __all__: list[str] class PytestTester: module_name: str def __init__(self, module_name: str) -> None: ... def __call__( self, label: L["fast", "full"] = ..., verbose: int = ..., extra_argv: None | Iterable[str] = ..., doctests: L[False] = ..., coverage: bool = ..., durations: int = ..., tests: None | Iterable[str] = ..., ) -> bool: ...
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
__pycache__ | Folder | 0755 |
|
|
_pyinstaller | Folder | 0755 |
|
|
_typing | Folder | 0755 |
|
|
_utils | Folder | 0755 |
|
|
array_api | Folder | 0755 |
|
|
compat | Folder | 0755 |
|
|
core | Folder | 0755 |
|
|
distutils | Folder | 0755 |
|
|
doc | Folder | 0755 |
|
|
f2py | Folder | 0755 |
|
|
fft | Folder | 0755 |
|
|
lib | Folder | 0755 |
|
|
linalg | Folder | 0755 |
|
|
ma | Folder | 0755 |
|
|
matrixlib | Folder | 0755 |
|
|
polynomial | Folder | 0755 |
|
|
random | Folder | 0755 |
|
|
testing | Folder | 0755 |
|
|
tests | Folder | 0755 |
|
|
typing | Folder | 0755 |
|
|
LICENSE.txt | File | 44.62 KB | 0644 |
|
__config__.py | File | 5.02 KB | 0644 |
|
__init__.cython-30.pxd | File | 35.81 KB | 0644 |
|
__init__.pxd | File | 34.22 KB | 0644 |
|
__init__.py | File | 16.1 KB | 0644 |
|
__init__.pyi | File | 150.11 KB | 0644 |
|
_distributor_init.py | File | 331 B | 0644 |
|
_globals.py | File | 3.02 KB | 0644 |
|
_pytesttester.py | File | 6.51 KB | 0644 |
|
_pytesttester.pyi | File | 489 B | 0644 |
|
_version.py | File | 498 B | 0644 |
|
conftest.py | File | 4.51 KB | 0644 |
|
ctypeslib.py | File | 16.84 KB | 0644 |
|
ctypeslib.pyi | File | 7.79 KB | 0644 |
|
dtypes.py | File | 2.18 KB | 0644 |
|
dtypes.pyi | File | 1.28 KB | 0644 |
|
exceptions.py | File | 7.17 KB | 0644 |
|
exceptions.pyi | File | 600 B | 0644 |
|
matlib.py | File | 10.22 KB | 0644 |
|
py.typed | File | 0 B | 0644 |
|
setup.py | File | 1.11 KB | 0644 |
|
version.py | File | 623 B | 0644 |
|