We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56bb802 commit 7538110Copy full SHA for 7538110
docker-compose.yml
@@ -51,7 +51,7 @@ services:
51
- "5005:80"
52
53
postgres:
54
- image: postgres:9.6
+ image: postgres:16.1
55
environment:
56
- POSTGRES_USER=allocation
57
- POSTGRES_PASSWORD=abc123
tests/integration/test_uow.py
@@ -3,7 +3,6 @@
3
import time
4
import traceback
5
from typing import List
6
-from unittest.mock import Mock
7
import pytest
8
from allocation.domain import model
9
from allocation.service_layer import unit_of_work
0 commit comments