Skip to content

Commit d37b95e

Browse files
author
lohanspies
committed
Merge remote-tracking branch 'origin/improvement/yoma_193_presentation_tests' into improvement/yoma_193_presentation_tests
2 parents bdd6d82 + 1f9ff6c commit d37b95e

File tree

4 files changed

+2
-1
lines changed

4 files changed

+2
-1
lines changed

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ pillow
99
qrcode
1010
beautifulsoup4
1111
pytest~=6.2
12+
pytest_asyncio
File renamed without changes.

tests/models/__init__.py

Whitespace-only changes.

aries_cloudcontroller/tests/test_presentation.py renamed to tests/models/test_presentation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import json
33
import logging
44

5-
from ..models.presentation import Presentation
5+
from aries_cloudcontroller.models.presentation import Presentation
66

77
LOGGER = logging.getLogger(__name__)
88

0 commit comments

Comments
 (0)