Skip to content

fix manifest#53

Open
scgbckbone wants to merge 1 commit into
switck:masterfrom
scgbckbone:fix_manifest
Open

fix manifest#53
scgbckbone wants to merge 1 commit into
switck:masterfrom
scgbckbone:fix_manifest

Conversation

@scgbckbone
Copy link
Copy Markdown
Contributor

No description provided.


for trial in range(100):
v = [ngu.random.uint32() for i in range(1000)]
v = [ngu.random.uint32() for i in range(100)]
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tooo slow on stm32

Comment thread ngu/manifest.py

import os
if not os.environ.get('EXCLUDE_NGU_TESTS', False):
if not int(os.environ.get('EXCLUDE_NGU_TESTS', 0)):
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sending EXCLUDE_NGU_TESTS=0 in terminal, causes tests to be not included, because '0' is truthy value. Only way to include tests currently is with EXCLUDE_NGU_TESTS= (empty)

Comment thread ngu/manifest.py
"ngu_tests/b340_vectors.py",
"ngu_tests/test_bip39.py",
"ngu_tests/test_aes_gen.py",
"ngu_tests/test_bip32.py",
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

failed to add test_bip32.py to manifest when added to repo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant