Skip to content

Commit 5672c64

Browse files
committed
Added asynctest dependency in tox.ini
1 parent a73eb58 commit 5672c64

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_request_handler.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ async def test_exceptions(self):
1919
with self.assertRaises(CrownstoneAuthenticationError) as login_err:
2020
await self.request_handler.raise_on_error(auth_error)
2121

22-
print(login_err.exception.type)
2322
assert login_err.exception.type == 'LOGIN_FAILED'
2423

2524
with self.assertRaises(CrownstoneAuthenticationError) as not_verified_err:

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ envlist = py37
1010
deps =
1111
aiohttp
1212
coverage
13+
asynctest
1314
commands =
1415
# NOTE: you can run any command line tool here - not just tests
1516
coverage run --source crownstone_cloud -m unittest discover -v

0 commit comments

Comments
 (0)