Skip to content

Mobikwik/morpheus

Repository files navigation

Introduction

Morpheus is an API mocking web application developed by Mobikwik.

Full Documentation

Go to Wiki for details.

Communication

Setup

Use the Morpheus setup script goMorpheus.sh for Linux.

Unit Testing

To run unit tests supplied with Morpheus, run below command in morpheus directory.

go test ./...

To check the test coverage, run below:

go test -cover

Contribution

Contributions in the form of issues or pull requests are more than welcome! Make sure to follow Morpheus issues.

Pull Requests

  • Fork from the development branch
  • Write good, clean, readable code
  • Write tests for your contribution
    • Run tests with go test ./...
    • Keep the test coverage high
  • Create a pull request