In linters folders are our standard configurations for linters and formatters, for Python and Node.js
See here
See here
By default it uses python unittest
.
To use locally, install these dependencies:
pip install coverage
To add additional dependecies to CI, insert them in requirements-dev.txt
file (inside <requirements_path> folder).
To use locally, install these dependencies:
npm i -D jest @testing-library/jest-dom babel-jest @babel/core @babel/preset-env
To add React support, install:
npm i -D @testing-library/jest-dom @testing-library/react
To launch:
npm run test
To use locally, install these dependencies:
pip install coverage
To add additional dependecies to CI, insert them in requirements-dev.txt
file (inside <requirements_path> folder).
To use locally, install test dependencies, and run:
npm run test-coverage
To use locally, install these dependencies:
pip install rstcheck[sphinx] sphinx sphinx_rtd_theme phinxcontrib-spelling sphinxcontrib-django2
To add additional dependecies to CI, insert them in requirements-docs.txt
file (inside <requirements_path> folder).
W.I.P.