pagerunit

Software Screenshot:
pagerunit
Software Details:
Version: 0.0.3
Upload Date: 11 May 15
Developer: Richard Crowley
Distribution Type: Freeware
Downloads: 46

Rating: nan/5 (Total Votes: 0)

pagerunit is a simple Nagios alternative made to look like unit tests.

Developer comments

This is probably a bad idea but I wanted to get something on paper (as it were) so I could get back to real work.

Usage

Configure PagerUnit so it can send email in /etc/pagerunit.cfg or ~/.pagerunit.cfg:

[mail]
address = recipient@example.com

[smtp]
password = password
port = 587
server = smtp.gmail.com
username = sender@gmail.com


Define some tests a la Nose:

def foo():
 """
 Docstring for foo.
 """
 assert False, 'Assertion for foo.'


Run them every 10 seconds:

pagerunit --loop example.py

Installation

From source

git clone git://github.com/rcrowley/pagerunit.git
cd pagerunit && make && sudo make install


From DevStructure's Debian archive

echo "deb http://packages.devstructure.com release main" | sudo tee /etc/apt/sources.list.d/devstructure.list
sudo wget -O /etc/apt/trusted.gpg.d/devstructure.gpg http://packages.devstructure.com/keyring.gpg
sudo apt-get update
sudo apt-get -y install pagerunit


Replace release with "lenny", "squeeze", "lucid", "maverick", or "natty" as your situation requires.

From PyPI

pip install pagerunit

Requirements:

  • Python

Similar Software

fakeldap
fakeldap

11 May 15

TextTest
TextTest

18 Jul 15

JSCPP
JSCPP

3 Jun 15

gunit-hildon
gunit-hildon

3 Jun 15

Other Software of Developer Richard Crowley

Comments to pagerunit

Comments not found
Add Comment
Turn on images!