NoseDBResult

Software Screenshot:
NoseDBResult
Software Details:
Version: 0.1
Upload Date: 11 May 15
Developer: Ali-Akber Saifee
Distribution Type: Freeware
Downloads: 3

Rating: nan/5 (Total Votes: 0)

NoseDBResult is a nose plugin that exposes a single plugin that can front various backend databases to store the result of a nose test execution. Having the results of your tests, whether they are part of a continuous integration system or not, allows you to ask interesting questions about your project such as

- What were the test suites that ran in the last five minutes
- What is the average time to run test case 'x'
- What is the standard time to failure for test suite 'y'
- and so on...

These questions also allow you to build reporting, and monitoring tools based on automated functional tests that you may be running against your development, staging or production systems, such as heartbeat or availability pages.

Installation

 with easy_install

 sudo easy_install nosedbreport

 with pip

 sudo pip install nosedbreport

 from source (bitbucket repository):

 hg clone http://hg.indydevs.org/nosedbreport
 cd nosedbreport
 python setup.py build
 sudo python setup.py install


Usage

 The most basic use case is to report the results of a test run into a mysql database, which can be achieved by adding the following options to your nose execution:

 nosetests --dbreport_dbtype=mysql --dbreport_host=your.mysql.com\
 --dbreport_user=ali --dbreport_password=some-pass --dbreport_db=nosereport

 To create the appropriate schema in your mysql database:

 nosetests --dbreport_dbtype=mysql --dbreport_host=your.mysql.com\
 --dbreport_user=root --dbreport_password=your-root-pass\
 --dbreport_db=nosereport --dbreport_create_schema

Requirements:

  • Python
  • nose

Similar Software

Other Software of Developer Ali-Akber Saifee

NoseDBReport
NoseDBReport

20 Feb 15

RBHTTPAuthBackend
RBHTTPAuthBackend

11 May 15

Comments to NoseDBResult

Comments not found
Add Comment
Turn on images!