tests: add import pytest where required

pull/440/head
Pavol Rusnak 5 years ago
parent fee1ee034b
commit 84abde1f79
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

@ -14,6 +14,8 @@
# You should have received a copy of the License along with this library.
# If not, see <https://www.gnu.org/licenses/lgpl-3.0.html>.
import pytest
from trezorlib import btc, messages as proto
from trezorlib.tools import parse_path

@ -14,6 +14,8 @@
# You should have received a copy of the License along with this library.
# If not, see <https://www.gnu.org/licenses/lgpl-3.0.html>.
import pytest
from trezorlib import btc, messages as proto
from trezorlib.tools import parse_path

@ -14,6 +14,8 @@
# You should have received a copy of the License along with this library.
# If not, see <https://www.gnu.org/licenses/lgpl-3.0.html>.
import pytest
from trezorlib import btc, ckd_public as bip32, messages as proto
from trezorlib.tools import H_

@ -16,6 +16,8 @@
import base64
import pytest
from trezorlib import btc
from trezorlib.tools import parse_path

@ -16,6 +16,8 @@
import base64
import pytest
from trezorlib import btc, messages as proto
from trezorlib.tools import parse_path

@ -16,6 +16,8 @@
import base64
import pytest
from trezorlib import btc, messages as proto
from trezorlib.tools import parse_path

@ -14,6 +14,8 @@
# You should have received a copy of the License along with this library.
# If not, see <https://www.gnu.org/licenses/lgpl-3.0.html>.
import pytest
from trezorlib import btc, messages as proto
from trezorlib.tools import parse_path

@ -14,6 +14,8 @@
# You should have received a copy of the License along with this library.
# If not, see <https://www.gnu.org/licenses/lgpl-3.0.html>.
import pytest
from trezorlib import btc, messages as proto
from trezorlib.tools import parse_path

@ -16,6 +16,8 @@
import base64
import pytest
from trezorlib import btc
from .common import TrezorTest

Loading…
Cancel
Save