Skip to content

Commit 1f9ff6c

Browse files
committed
Refactor folder structure so that tests live in their own folder in project root
* Tests running and passing for presentation class
1 parent 8555e1a commit 1f9ff6c

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)