You've already forked hotpocket
BTHLABS-58: Share Extension in Apple Apps
This commit is contained in:
@@ -5,6 +5,7 @@ from __future__ import annotations
|
||||
import csv
|
||||
import datetime
|
||||
import io
|
||||
import uuid
|
||||
|
||||
import pytest
|
||||
|
||||
@@ -86,3 +87,23 @@ def pocket_csv_content(pocket_import_created_save_spec,
|
||||
csv_f.seek(0)
|
||||
|
||||
yield csv_f.getvalue()
|
||||
|
||||
|
||||
@pytest.fixture
|
||||
def extension_auth_source_extension():
|
||||
return 'HotPocketExtension'
|
||||
|
||||
|
||||
@pytest.fixture
|
||||
def extension_auth_source_desktop():
|
||||
return 'HotPocketDesktop'
|
||||
|
||||
|
||||
@pytest.fixture
|
||||
def extension_auth_source_mobile():
|
||||
return 'HotPocketMobile'
|
||||
|
||||
|
||||
@pytest.fixture
|
||||
def extension_auth_session_token():
|
||||
return str(uuid.uuid4())
|
||||
|
||||
Reference in New Issue
Block a user