Skip to content

Commit

Permalink
test: skip tests
Browse files Browse the repository at this point in the history
  • Loading branch information
knutdrand committed May 27, 2024
1 parent b76eede commit e78ecdc
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,7 @@ test: ## run tests quickly with the default Python
pytest

test-all: ## run pytest, doctests, examples
pytest --cov=cucumber --cov-report html
pytest --cov=cucumber --cov-report html --cov-append scripts/*_example.py
pytest --cov-report html --cov=cucumber --cov-append --doctest-modules cucumber/
cd docs_source && make doctest
pytest --cov=mutational_starsign --cov-report html

coverage: ## check code coverage quickly with the default Python
coverage report -m
Expand Down

0 comments on commit e78ecdc

Please sign in to comment.