Awesome Go

restit

CategoryTesting
SubcategoryTesting Frameworks
Stars0

Go micro framework to help writing RESTful API integration test

About restit

RESTit CI test

A Go micro-framework to help writing RESTful API integration test

Package RESTit provides helps to those who want to write an integration test program for their JSON-based RESTful APIs.

The aim is to make these integration readable highly re-usable, and yet easy to modify.

Versions

Different version of RESTit library will go under different directory.

This library is under major rewrite. The old version (version 1) is consider API stable and will only receive bug fixes. Development version (version 2) is under active development and will have new features (which may break API).

For more information, please read the README.md of these version:

Bug Reports

To report issue, please visit the issue tracker.

And of course, patches and pull requests are most welcome.

Frequently Asked Questions

What is restit?

restit is a Testing library for the Go programming language. Go micro framework to help writing RESTful API integration test

How do I install restit?

Install restit with the Go module system using `go get yookoala/restit`. Check the repository for the current installation instructions.

What category does restit belong to?

restit is listed under Testing, specifically Testing Frameworks.

← Back to Testing Frameworks