File: conftest.py

package info (click to toggle)
python-briefcase 0.3.25-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 7,596 kB
  • sloc: python: 62,519; makefile: 60
file content (8 lines) | stat: -rw-r--r-- 190 bytes parent folder | download
1
2
3
4
5
6
7
8
import pytest

from briefcase.integrations.base import ToolCache


@pytest.fixture
def simple_tools(dummy_console, tmp_path):
    return ToolCache(console=dummy_console, base_path=tmp_path)