Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for isolated_filesystem (0.28 seconds)

  1. scripts/tests/test_translation_fixer/conftest.py

            if item_path.is_relative_to(THIS_DIR):
                item.add_marker(skip_on_windows)
    
    
    @pytest.fixture(name="runner")
    def get_runner():
        runner = CliRunner()
        with runner.isolated_filesystem():
            yield runner
    
    
    @pytest.fixture(name="root_dir")
    def prepare_paths(runner):
        docs_dir = Path("docs")
        en_docs_dir = docs_dir / "en" / "docs"
        lang_docs_dir = docs_dir / "lang" / "docs"
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Wed Feb 25 10:37:59 GMT 2026
    - 1.3K bytes
    - Click Count (0)
Back to Top