Skip to content

hagai26/slash

 
 

Repository files navigation

Slash

Build Status ![Build Status] (https://secure.travis-ci.org/getslash/slash.png?branch=master,dev)
Supported Versions ![Supported Versions] (https://img.shields.io/pypi/pyversions/slash.svg)
Downloads ![Downloads] (https://img.shields.io/pypi/dm/slash.svg)
Latest Version ![Latest Version] (https://img.shields.io/pypi/v/slash.svg)
Test Coverage ![Coverage Status] (https://img.shields.io/coveralls/getslash/slash/develop.svg)

Slash is a testing framework written in Python for testing complex projects.

Development

Releasing a Version

Run the following from the project's root (requires git-flow):

$ make release

After the script finishes, push the relevant branches

$ git push origin master:master develop:develop --tags

Upload a release:

$ git checkout master
$ python setup.py sdist upload

About

The Slash testing infrastructure

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.9%
  • Makefile 0.1%