tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

conftest.py (134B)


      1 # -*- coding: utf-8 -*-
      2 import pytest
      3 
      4 from . import helpers
      5 
      6 
      7 @pytest.fixture
      8 def frame_factory():
      9    return helpers.FrameFactory()