Skip to content

Commit

Permalink
Feature/sqlite repo: setup for GeoLocationServiceSqlRepoDBTest (#68)
Browse files Browse the repository at this point in the history
Unstable, active and WIP: This is where things start taking shape for setting test coverage
`GeoLocationServiceSqlRepoDBTest` to implement issue: #26 ;

- major rewrite of test services for integration test for Sqlite Repo
DB. refactored code to use container to setup database using
start_test_database and asyncSetUp. WIP: test_fetch_facilities
- added sqlite models to support sqlite database. database.py enhances
app level infra setup using DI using rodi's Container that sets up
database and session
  • Loading branch information
codecakes committed Sep 11, 2024
1 parent 3d15a1f commit 87265fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xcov19/tests/test_services.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
from collections.abc import Callable
from contextlib import AsyncExitStack
from typing import List
import pytest
import unittest
Expand Down

0 comments on commit 87265fd

Please sign in to comment.