We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Transactron was separated to its own repository, and its' tests were migrated alongside it. However, the using scripts section in the docs used the tests that are now not present in coreblocks as examples. https://kuznia-rdzeni.github.io/coreblocks/development-environment.html#using-scripts
using scripts
The example commands (such as scripts/run_tests.py test_transactions) should be changed into ones that run more than 0 tests.
scripts/run_tests.py test_transactions
The text was updated successfully, but these errors were encountered:
Also there should be a howto for modifying Transactron and Coreblocks at the same time.
Sorry, something went wrong.
No branches or pull requests
Transactron was separated to its own repository, and its' tests were migrated alongside it.
However, the
using scripts
section in the docs used the tests that are now not present in coreblocks as examples.https://kuznia-rdzeni.github.io/coreblocks/development-environment.html#using-scripts
The example commands (such as
scripts/run_tests.py test_transactions
) should be changed into ones that run more than 0 tests.The text was updated successfully, but these errors were encountered: