BK
Size: a a a
BK
ИС
BK
def rfd(path, access):
with open(path) as outfile:
return outfile.read()
@pytest.fixture
def fresh_ai_id():
rfd(path='action_item_id.txt')
S
S
BK
def rfd(path, access):
with open(path) as outfile:
return outfile.read()
@pytest.fixture
def fresh_ai_id():
rfd(path='action_item_id.txt')
S
BK
S
BK
BK
def rff(path):
"""
Helper for reading from files
:param path:
:return:
"""
with open(path) as outfile:
return outfile.read()
@pytest.fixture
def _demo_comment_pm_ai_id():
rff(path=f'{GRABBED_DIR}/comment_pm_ai_id.txt')
СС
def rff(path):
"""
Helper for reading from files
:param path:
:return:
"""
with open(path) as outfile:
return outfile.read()
@pytest.fixture
def _demo_comment_pm_ai_id():
rff(path=f'{GRABBED_DIR}/comment_pm_ai_id.txt')
S
S
BK
BK
СС
S
S
BK