JSCPP

JSCPP 1.10

JSCPP is an ANSI C preprocessor and language parser that can analyze and instrument C code.Currently, its most prominent application is to add tracing to existing C programs simply by recompiling and linking it with the "jscc" compiler frontend.The...

Peptest

Peptest 1.0

Peptest is a Mozilla automated testing harness for running responsiveness tests. These tests measure how long events spend away from the event loop.Running TestsCurrently tests are run from the command line with python. Peptest currently depends on...

Attest

Attest 0.5.3

Attest is a unit testing framework built from the ground up with idiomatic Python in mind. Unlike others, it is not built on top of unittest though it provides compatibility by creating TestSuites from Attest collections.It has a functional API...