| Projects on Google Code | Results 1 - 10 of 13 |
=Modbus Test Kit: Implementation of Modbus protocol in python=
=== License ===
This is distributed under GNU LGPL license
=== Description ===
Make possible to write modbus TCP and RTU master and slave for testing purpose
Modbus Test Kit is different from [http://code.google.com/p/pymodbu...
{{{
Condition, v. i. [imp. & p. p. Conditioned; p.
pr. & vb. n. Conditioning.]
1. To make terms; to stipulate.
[1913 Webster]
}}}
*Condition* is an unit-testing framework for Python in the spirit of [http://behaviour-driven.org/ Behavior-Driven Development].
----
The software provided...
Arduino Unit is an on-chip unit testing framework for Arduino libraries.
=Features=
* Simple test definition and execution
* Boolean assertions
* Integer equality assertions
* Default reporting of results to the serial port
* Ability to customize result reporting (e.g. where serial...
Currently in prototype, I'll blog when it is ready for anything.
= Araña web testing library =
Araña ("spider" in Spanish) is a simple web testing library, written in C#. It can be used to integrate simple testing of web applications into unit testing, so the parts of your web application can be tested separately as well as how they work together.
Araña can...
Wite Box is a visual Unit Testing system that allows iPhone developers to more intuitively add unit testing to their project without the clunkiness of the XCode-native Unit Test Bundle system.
Wite Box offers the following advantages:
* Runs as an application rather than a compile-time proce...
So why another unit testing framework? There was nothing out there that met my requirements. Namely:
# It has to work in Microsoft Windows (yeah, yeah I know)
# Tests should be independent. That means global/static variables HAVE to be in a known state. That means each test has to execute as a...
*Google Summer of Code 2008*
sugarbot is a GUI automation utility for the OLPC Project's Sugar GUI. It provides functionality for developers to write tests for their Activities, and monitor those tests in a similar manner to unit-tests. sugarbot supports buildbot, so that multiple platforms and...
JsSpec tries to bring behaviour driven development to JavaScript by somewhat mimicking what rspec does in ruby.
{{{
with (Spec) {
describe("A newly created Tic-Tac-Toe", function() { with (this) {
before("each", function() {
this.game = new TicTacToe();
});
it("should have 9 e...
A small pet project started for my own learning of Erlang. Just parses a few strings to extract test cases and run them.
Lots of things to add : should be a server, add a few macros to make it more transparent for the user, should handle more cases etc.