The Gaudi Framework  master (e68eea06)
Loading...
Searching...
No Matches
fixtures.py File Reference

Go to the source code of this file.

Classes

class  fixtures.AlwaysTrueDefaultDict
 

Namespaces

namespace  fixtures
 

Functions

 fixtures.pytest_configure (config)
 
 fixtures.pytest_collection_modifyitems (config, items)
 
Optional[str] fixtures._get_shared_cwd_id (type cls)
 
Path fixtures._path_for_shared_cwd (pytest.Config config, str cwd_id)
 
Generator[FixtureResult, None, None] fixtures.fixture_result (pytest.FixtureRequest request, Callable tmp_path_factory)
 
Generator[subprocess.CompletedProcess, None, None] fixtures.completed_process (FixtureResult fixture_result)
 
Generator[bytes, None, None] fixtures.stdout (subprocess.CompletedProcess completed_process)
 
Generator[bytes, None, None] fixtures.stderr (subprocess.CompletedProcess completed_process)
 
Generator[int, None, None] fixtures.returncode (subprocess.CompletedProcess completed_process)
 
Generator[Path, None, None] fixtures.cwd (FixtureResult fixture_result)
 
None fixtures.check_for_exceptions (pytest.FixtureRequest request, FixtureResult fixture_result)
 
None fixtures.capture_class_docstring (pytest.FixtureRequest request)
 
Generator[Optional[Path], None, None] fixtures.reference_path (request)
 
Generator[dict, None, None] fixtures.reference (request, Optional[Path] reference_path)
 

Variables

 fixtures.pytestmark
 
 fixtures.popen_kwargs
 
 fixtures.__doc__
 
 fixtures.reference = expand_reference_file_name(path)