Codes
Answers
When you open a pull request, the license/cla check is run by our
bot.
tox uses pre-commit for managing linting of the codebase. pre-commit performs various checks on all
files in tox and uses tools that help following a consistent code style within the codebase. To use linters locally,
run:
Some tests require additional dependencies to be run, such is the various shell activators (bash, fish,
powershell, etc). The tests will be skipped automatically if the dependencies are not present. Please note however that in CI
all tests are run; so even if all tests succeed locally for you, they may still fail in the CI.
tox has been configured to forward any additional arguments it is given to pytest.
This enables the use of pytest’s
rich CLI. As an example, you can
select tests using the various ways that pytest provides:
This will run the test suite for the same Python version as under which tox is installed. Alternatively you can
specify a specific version of Python by using the pyNN format, such as: py38, pypy3, etc.
Python interpreter: We recommend using CPython. You can use
this guide to set it up.
Questions
Answers
Answer accepted
Users
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us