Skip to content

Commit

Permalink
Add basic badges to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
fcanobrash committed Nov 27, 2019
1 parent 208e887 commit 8a640e0
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
# Scrapy Autounit

Scrapy Autounit is an automatic test generation tool for your Scrapy spiders.
[![AppVeyor](https://ci.appveyor.com/api/projects/status/github/scrapinghub/scrapy-autounit?branch=master&svg=true)](https://ci.appveyor.com/project/scrapinghub/scrapy-autounit/branch/master)
[![PyPI Version](https://img.shields.io/pypi/v/scrapy-autounit.svg?color=blue)](https://pypi.python.org/pypi/scrapy-autounit/)

## How it works?
## Overview

Scrapy Autounit generates test fixtures and tests cases as you run your spiders.
Scrapy-Autounit is an automatic test generation tool for your Scrapy spiders.

It generates test fixtures and tests cases as you run your spiders.
The test fixtures are generated from the items and requests that your spider yields, then the test cases evaluate those fixtures against your spiders' callbacks.

Scrapy Autounit generates fixtures and tests per spider and callback under the Scrapy project root directory.
Expand Down

0 comments on commit 8a640e0

Please sign in to comment.