BK
Size: a a a
BK
BK
S
BK
IS
comment_pm_ai_id = pytest.fixture(lambda: rff(path=f'{GRABBED_DIR}/comment_pm_ai_id.txt'))
fresh_ai_id = pytest.fixture(lambda: rff(path=f'action_item_id.txt'))
fresh_analytic_ai_id = pytest.fixture(lambda: rff(path=f'analytic_action_item_id.txt'))
fresh_comment_id = pytest.fixture(lambda: rff(path=f'comment_ai_id.txt'))
fresh_report_id = pytest.fixture(lambda: rff(path=f'report_item_id.txt'))
fresh_detached_sensor_id = pytest.fixture(lambda: rff(path=f'detached_sensor_id.txt'))
_fresh_access_token = pytest.fixture(lambda: rff(path=f'{GRABBED_DIR}/new_user_access_token.txt'))
_fresh_user_id = pytest.fixture(lambda: rff(path=f'{GRABBED_DIR}/new_user_id.txt'))
_fresh_access_token_by_pm = pytest.fixture(lambda: rff(path=f'{GRABBED_DIR}/new_user_access_token_by_pm.txt'))
_pm_ai_id = pytest.fixture(lambda: rff(path=f'{GRABBED_DIR}/_pm_ai_id.txt'))IS
IS
IS
BK
BK
S
with open(f'{GRABBED_DIR}/grabbed_data.yaml', 'w') as outfile:наwith open(f'{GRABBED_DIR}/grabbed_data.yaml', 'a') as outfile:и дописывай в конец файла актуальные значения ключа :) при чтении будут использоваться последние записанные (т.е. актуальные) значения ключа :)BK
with open(f'{GRABBED_DIR}/grabbed_data.yaml', 'w') as outfile:наwith open(f'{GRABBED_DIR}/grabbed_data.yaml', 'a') as outfile:и дописывай в конец файла актуальные значения ключа :) при чтении будут использоваться последние записанные (т.е. актуальные) значения ключа :)S
S
BK
S
S
BK
BK
S