def test_real_free_space(tr_client: Client): session = tr_client.get_session() tr_client.free_space(session.download_dir)
def test_real_session_get(tr_client: Client): tr_client.get_session()