Skip to content

Commit

Permalink
testapp getter
Browse files Browse the repository at this point in the history
  • Loading branch information
fmigneault committed Mar 27, 2019
1 parent c2a0d40 commit 8c1cb0b
Show file tree
Hide file tree
Showing 4 changed files with 147 additions and 115 deletions.
2 changes: 2 additions & 0 deletions magpie/definitions/typedefs.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
from requests.structures import CaseInsensitiveDict
# noinspection PyUnresolvedReferences, PyProtectedMember
from logging import _loggerClass as LoggerType # noqa: F401
from tests.interfaces import Base_Magpie_TestCase
import six

if six.PY2:
Expand All @@ -43,3 +44,4 @@
UserServicesTypes = Union[Dict[Str, Dict[Str, Any]], List[Dict[Str, Any]]]

TestAppOrUrlType = Union[Str, TestApp]
AnyMagpieTestType = Union[Type[Base_Magpie_TestCase], Base_Magpie_TestCase, TestAppOrUrlType]

0 comments on commit 8c1cb0b

Please sign in to comment.