25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

6 satır
177 B

2 yıl önce
  1. #!/bin/sh
  2. export PATHONPATH=`pwd`
  3. coverage run --timid --branch --source fe,be --concurrency=thread -m pytest -v --ignore=fe/data
  4. coverage combine
  5. coverage report
  6. coverage html