Popularity
3.2
Declining
Activity
5.7
-
55
6
6

Programming language: Go
License: GNU General Public License v3.0 only
Tags: Testing     Testing Frameworks    

restit alternatives and similar packages

Based on the "Testing Frameworks" category.
Alternatively, view restit alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of restit or a related project?

Add another 'Testing Frameworks' Package

README

RESTit Travis test Appveyor 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:

  • [Stable version][v1] (version 1)
  • [Development version][v2] (version 2)

Bug Reports

To report issue, please visit the issue tracker.

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