/quality

Automating Testing

Primary LanguagePythonGNU Lesser General Public License v3.0LGPL-3.0

Build Status

Writing Automated Test Cases

Showcasing techniques of writing Automated Test Cases and CI to run tests at every commit.

Current Project

Created a basic RESTful webservice in Python using Bottle.

Integration test cases written in Python using Requests and unittest

CI

Continuous Integration Implemented through Travis CI.

Current CI status: https://travis-ci.org/donotpanic/quality

Using Python nose to run all tests in the project.