
pyrering
PyreRing
Testrunner to manage command line test scripts
Objective
The goal and inspiration for PyreRing is to develop an open source test runner that will execute scripts intended to act as individual test cases. We hope that it will simplify the writing of test cases by adding the functionality, flexibility, and reduce unnecessary complexity. By removing the administrative burden that often surrounds testing, the test author can focus on writing meaningful, direct, and useful test cases. It is hoped that any project can quickly and easily install and use PyreRing with minimal knowledge of how this test harness works.
Background
PyreRing was born out of frustration of maintaining a host of unrelated test cases. Countless days have been spent attempting to assimilate the various results, keep track of different requirements, and differentiating test cases failures from harness errors. PyreRing is written in Python. Python was chosen because it is easy to understand, powerful, and quite frankly it's fun to play with. This in no way limits what your test cases may be written in. As long as you wrap your test cases with a Unix shell or scripted language wrapper, it will be executed.
PyreRing's strength lies not just in running the individual test cases that you've created; it's capable of running the resulting test suites that are comprised of the battery of test cases that you've produced. Furthermore, PyreRing will add the following capabilities: * Set a timeout value * Send reports to email addresses * Automatically organize your test cases by filesystem directories or suite files that you define * Create automatic suites based on a predefined block in your test scripts * Captures standard out and standard error into a comprehensive log
Developer Team
The developer team consists of: * Mingyu Wu - lead developer * KD Lucas - developer and product manager * Emily Tai - developer * Matthew Springer - developer
Contact
- For general questions, feel free to contact us at:
- pyrering-discuss@googlegroups.com
- If you're interested in helping to develop PyreRing, you may contact us at:
- pyrering-dev@googlegroups.com
This work is licensed under a Creative Commons Attribution-Noncommercial 3.0 United States License
Project Information
- License: Apache License 2.0
- 10 stars
- svn-based source control
Labels:
Testing
TestRunner
TestAutomation
Automation
Google