Skip to content

Commit a5d2d0a

Browse files
authored
Merge pull request #149 from CS3219-AY2526Sem1/code-reuse-ack
Acknowledge Code Reuse
2 parents ccf2c52 + 3e3df33 commit a5d2d0a

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,9 @@
55
### Note:
66
- You are required to develop individual microservices within separate folders within this repository.
77
- The teaching team should be given access to the repositories as we may require viewing the history of the repository in case of any disputes or disagreements.
8+
9+
### Acknowledgements:
10+
11+
* `qns-svc/tests/conftest.py` and `qns-hist-svc/tests/conftest.py`:
12+
13+
* Credits to `gxpd-jjh`. Re-used from: https://github.com/tortoise/tortoise-orm/issues/1110#issuecomment-1881967845

qns-hist-svc/tests/conftest.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
)
99

1010

11-
# TODO: Acknowledge and credit https://github.com/tortoise/tortoise-orm/issues/1110
11+
# Acknowledgement and credits to gxpd-jjh
12+
# Reused from: https://github.com/tortoise/tortoise-orm/issues/1110#issuecomment-1881967845
1213
@pytest.fixture(scope="module")
1314
def event_loop():
1415
loop = asyncio.get_event_loop_policy().new_event_loop()

qns-svc/tests/conftest.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
)
99

1010

11-
# TODO: Acknowledge and credit https://github.com/tortoise/tortoise-orm/issues/1110
11+
# Acknowledgement and credits to gxpd-jjh
12+
# Reused from: https://github.com/tortoise/tortoise-orm/issues/1110#issuecomment-1881967845
1213
@pytest.fixture(scope="module")
1314
def event_loop():
1415
loop = asyncio.get_event_loop_policy().new_event_loop()

0 commit comments

Comments
 (0)