avatar
Kevin Donnelly
0

Codes

17

Answers

Code compilers

Top answers

0
When you open a pull request, the license/cla check is run by our bot.
July-22-2023
When you open a pull request, the license/cla check is run by our 
                        bot.
0
npm i dompurify
July-21-2023
<script type="text/javascript" src="src/purify.js"></script>
0
npm i dompurify
July-21-2023
npm i dompurify
0
npm i dompurify
July-21-2023
npm i dompurify
0
pre-commit
May-03-2023
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:
0
powershell
May-03-2023
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.
0
CLI
May-03-2023
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:
0
test suite
May-03-2023
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.
0
Python interpreter
May-03-2023
Python interpreter: We recommend using CPython. You can use
this guide to set it up.
0
Source code
May-03-2023
Source code: available on GitHub. You can use git to clone the repository: