codebeaver.yml
file to the root of your repository. Read more about monorepo support.
requirements.txt
or pyproject.toml
file in the root of your repository (or in the root of the monorepo workspace). If you are using Django, also putting your requirements in a subfolder like requirements/base.txt
or requirements/test.txt
will work.pytest
or python -m unittest
. In particular, check that your pytest.ini
or setup.cfg
file is correct is valid if any is present.pytest-cov
or coverage run -m pytest
.package.json
file in the root of your repository (or monorepo workspace).test
and coverage
script in your package.json
. Also test:cov
or test:coverage
are valid.test
and coverage
use one of the supported frameworks. If not, reach out to us at info@codebeaver.ai so we can add support for your framework.npm test
and npm run coverage
.setup.py
or pyproject.toml
file in the root of your repository.package.json
or yarn.lock
file in the root of your repository.codebeaver.yml
file in the root of your repository.