Skip to content

Instantly share code, notes, and snippets.

View JaviMiot's full-sized avatar
🦾
Working

Javier Manobanda JaviMiot

🦾
Working
View GitHub Profile
@JaviMiot
JaviMiot / cache_client
Last active October 4, 2022 19:30
client_cache
# flake8: noqa
import pytest
from fastapi.testclient import TestClient
from .fixtures.quantifier import project_employee_mock, create_project_employees
from .fixtures.quantifier import create_ptos, pto_mock
from .fixtures.quantifier import calculate_days_between_dates
from .fixtures.quantifier import generate_range_date
from .fixtures.data import holiday_data, employee_data, notion_data
from .fixtures.auth import get_session_mock, request_mock, auth_service_client
from .fixtures.settings import settings