Skip to content
This repository has been archived by the owner on Jan 14, 2019. It is now read-only.

Commit

Permalink
Merge pull request #22 from ridi/fix/badge
Browse files Browse the repository at this point in the history
Fix broken coveralls badge
  • Loading branch information
jihungen committed Mar 30, 2018
2 parents 3d82068 + 12f464f commit e2f6cb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[![Build Status](https://travis-ci.org/ridi/lightweight-rest-tester.svg?branch=master)](https://travis-ci.org/ridi/lightweight-rest-tester)
[![Coverage Status](https://coveralls.io/repos/github/ridi/lightweight-rest-tester/badge.svg?branch=master)](https://coveralls.io/github/ridi/lightweight-rest-tester?branch=master)
[![Coverage Status](https://coveralls.io/repos/github/ridi/lightweight-rest-tester/badge.svg?branch=HEAD)](https://coveralls.io/github/ridi/lightweight-rest-tester?branch=HEAD)

# lightweight-rest-tester
A lightweight REST API testing framework written in Python (working with 2.7 ~ 3.6). It reads [JSON Schema](http://json-schema.org) test-cases from JSON files and then generates and executes unittest of Python.
Expand Down

0 comments on commit e2f6cb9

Please sign in to comment.