Skip to content

Commit

Permalink
semplified tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dmazzella committed Jan 17, 2019
1 parent 46ea746 commit 84e11d9
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions tests/ateccX08a/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,17 @@
log = logging.getLogger("ateccX08a")


def test(name="ATECC608A", exclude=[
def test(exclude=[
# 'info',
# 'sha',
# 'random',
# 'nonce',
# 'read',
# 'write',
'lock',
'verify'
# 'verify'
]):
device = ATECCX08A(device=name)
device = ATECCX08A()
log.info("%s", device)

if 'info' not in exclude:
Expand Down Expand Up @@ -81,5 +81,4 @@ def test(name="ATECC608A", exclude=[
# import logging
# logging.basicConfig(level=logging.DEBUG)

# import ateccX08a; ateccX08a.test("ATECC508A")
# import ateccX08a; ateccX08a.test("ATECC608A")
# import ateccX08a; ateccX08a.test()

0 comments on commit 84e11d9

Please sign in to comment.