Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for add_marker (0.35 seconds)

  1. scripts/tests/test_translation_fixer/conftest.py

        if sys.platform != "win32":
            return
    
        for item in items:
            item_path = Path(item.fspath).resolve()
            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")
    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