Skip to content
This repository has been archived by the owner on Dec 11, 2021. It is now read-only.

Migrate reminder endpoints over from site, set up the testing suite #30

Closed
wants to merge 10 commits into from

Commits on Nov 15, 2021

  1. Configuration menu
    Copy the full SHA
    d764e94 View commit details
    Browse the repository at this point in the history
  2. Implement Asynchronous Reminder tests.

    - Add an Init sql script to create a test database that can be used for testing purposes.
    - Create a pytest 'conftest' with global fixtures for future testing purposes
    - Implement Reminder tests in an async manner.
     - Add an additional fixture to properly access instance attributes in async pytest fixtures
    D0rs4n committed Nov 15, 2021
    Configuration menu
    Copy the full SHA
    6f6c60a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    af7c746 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    272bd48 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2021

  1. Configuration menu
    Copy the full SHA
    edf9fb0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aa9df49 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2021

  1. Configuration menu
    Copy the full SHA
    a1b98e2 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2021

  1. Add support to run tests in docker

    - This commit adds a task that runs the tests inside docker
    - It also introduces changes to the README regarding the instructions of how to run tests.
    D0rs4n committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    8404227 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2021

  1. Add active field to the Reminder patch endpoint

    - This commit also patches a minor issue regarding how pydantic and FastAPI parses the `expiration` field when issuing a PATCH request.
    D0rs4n committed Nov 24, 2021
    Configuration menu
    Copy the full SHA
    2f62bf5 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2021

  1. Configuration menu
    Copy the full SHA
    7a7f020 View commit details
    Browse the repository at this point in the history