Skip to content

Commit 8a640e0

Browse files
committed
Add basic badges to readme
1 parent 208e887 commit 8a640e0

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
# Scrapy Autounit
22

3-
Scrapy Autounit is an automatic test generation tool for your Scrapy spiders.
3+
[![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)
4+
[![PyPI Version](https://img.shields.io/pypi/v/scrapy-autounit.svg?color=blue)](https://pypi.python.org/pypi/scrapy-autounit/)
45

5-
## How it works?
6+
## Overview
67

7-
Scrapy Autounit generates test fixtures and tests cases as you run your spiders.
8+
Scrapy-Autounit is an automatic test generation tool for your Scrapy spiders.
9+
10+
It generates test fixtures and tests cases as you run your spiders.
811
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.
912

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

0 commit comments

Comments
 (0)