Skip to content

Commit

Permalink
trying to mock bleak for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
virantha committed Mar 22, 2019
1 parent 620f05e commit 13e571d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/test_bricknil.py
@@ -1,5 +1,5 @@
import pytest
import os
import os, sys
import logging

import smtplib
Expand All @@ -8,6 +8,7 @@
from mock import MagicMock
from mock import PropertyMock

sys.modules['bleak'] = MagicMock()
from bricknil.process import Process

class Testbricknil:
Expand Down

0 comments on commit 13e571d

Please sign in to comment.