CodeBeaver Cloud has additional options to customize your workflow
pizza.py
. That file contains a class that is also used by an unchanged file toppings.py
that has its own test test_toppings.py
. That test is now breaking, following your changes. If you disable the Run Full Test Suite
option, CodeBeaver will only run the tests for pizza.py
and test_pizza.py
. If you enable this option, CodeBeaver will run all the tests for the repository, finding the bug in test_toppings.py
.
We recommend to keep this option disabled if your test suite is very large and you don’t want to wait for it to complete before CodeBeaver kicks in.
Important note: If you are using GitHub Actions or our API to trigger CodeBeaver, these triggers will be activated on top of this option. We therefore recommend to keep this option disabled if you are using GitHub Actions or our API to trigger CodeBeaver.
Important note: If you are using GitHub Actions or our API to trigger CodeBeaver, these triggers will be activated on top of this option. We therefore recommend to keep this option disabled if you are using GitHub Actions or our API to trigger CodeBeaver.