coverage-crawler/README.md

12 строки
510 B
Markdown
Исходник Обычный вид История

2018-02-15 16:44:04 +03:00
# coverage-crawler
2018-03-14 19:09:29 +03:00
[![Build Status](https://travis-ci.org/marco-c/coverage-crawler.svg?branch=master)](https://travis-ci.org/marco-c/coverage-crawler)
2018-02-15 16:44:04 +03:00
A crawler to find websites that exercise code in Firefox that is not covered by unit tests
2018-03-16 14:19:57 +03:00
## Usage
- Install requirements with `pip install -r requirements`;
- Install development requirements with `pip install -r test-requirements.txt`;
- Run the `latest_cov_build.py` script to download the latest Firefox coverage build;
- Run the `crawler.py` script.