mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-08-04 21:05:29 +00:00
tests: remove useless import
This commit is contained in:
parent
09f18bb444
commit
0f2a82e9f1
@ -1,6 +1,5 @@
|
|||||||
import sys
|
import sys
|
||||||
import uio
|
import uio
|
||||||
import ure
|
|
||||||
|
|
||||||
__all__ = [
|
__all__ = [
|
||||||
'run_tests',
|
'run_tests',
|
||||||
@ -139,4 +138,4 @@ class mock_call:
|
|||||||
assert_eq(args, self.expected.pop(0))
|
assert_eq(args, self.expected.pop(0))
|
||||||
|
|
||||||
def assert_called_n_times(self, n, msg=None):
|
def assert_called_n_times(self, n, msg=None):
|
||||||
assert_eq(len(self.record), n, msg)
|
assert_eq(len(self.record), n, msg)
|
||||||
|
Loading…
Reference in New Issue
Block a user