RSS 2 projects tagged "Testing"

No download No website Updated 19 Jul 2012 Pytaf26

Screenshot
Pop 18.33
Vit 17.64

Pytaf26 is a general purpose test automation framework for Python 2.6 that is suitable for running any and all software tests. It can be used for Web testing, API testing, serial port/firmware testing, network traffic scanning, TV remote control testing, game testing, and more.

No download Website Updated 13 Nov 2011 CaptureMock

Screenshot
Pop 35.62
Vit 2.06

CaptureMock provides capture-replay mocking for Python, on the command line and with client-server communication. CaptureMock's approach is a so-called capture-replay approach. This means that when you 'record' your mock, CaptureMock will observe the interaction between your code and the subsystem you are mocking out, and record it in a text file in its own format. When you then run your test in 'replay mode', CaptureMock can play the role of the subsystem in question, and the real subsystem does not need to even be installed. You can then choose, each time you run your tests, whether you wish to have the real subsystems present and verify/recreate the captured mocks, or to rely on the mocks captured by a previous run. If you are running in 'replay mode' and CaptureMock does not receive the same calls as previously, it will fail the test, and suggest that you may want to recreate the mocks in record mode.

Screenshot

Project Spotlight

SpaceZero

A 2D space combat game for two players over a network.

Screenshot

Project Spotlight

fping

A utility to ping multiple hosts at once.