Tags : Browse Projects

Select a tag to browse associated projects and drill deeper into the tag cloud.

OCamlTest

Compare

  Analyzed 1 day ago

A framework for writing repeatable tests in the OCaml programming language.

302 lines of code

0 current contributors

almost 14 years since last commit

1 users on Open Hub

Inactive
0.0
 
I Use This

FSpec

Compare

  Analyzed about 15 hours ago

RSpec inspired test framework for F#

3.46K lines of code

0 current contributors

over 7 years since last commit

1 users on Open Hub

Inactive
0.0
 
I Use This
Licenses: No declared licenses

concurrencytest

Compare

  Analyzed about 20 hours ago

Python testtools extension for running unittest suites concurrently.

251 lines of code

0 current contributors

over 6 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This

BPELUnit

Compare

  No analysis available

BPELUnit is a testing framework for real-life, automated, repeatable white-box unit testing of BPEL compositions. BPELUnit follows the xUnit approach and comes with test runners for the command line, Ant, and Eclipse.

0 lines of code

0 current contributors

0 since last commit

0 users on Open Hub

Activity Not Available
0.0
 
I Use This
Mostly written in language not available
Licenses: eclipse

Atoum

Compare

  Analyzed about 2 hours ago

A modern, simple, intuitive PHP 5.3+ unit test framework.

79.9K lines of code

5 current contributors

9 months since last commit

0 users on Open Hub

Very Low Activity
0.0
 
I Use This

PCUT: Plain C Unit Testing

Compare

  Analyzed about 22 hours ago

PCUT is a very simple framework for unit testing of C code. Unlike many other frameworks where you need to specify manually which functions belong to a particular test, PCUT provides several smart macros that hides this and lets you focus on the most important part of testing only: that is, coding ... [More] the test cases. Tests for the standard atoi() function may look like this: #include < pcut/pcut.h > #include < stdlib.h > PCUT_INIT PCUT_TEST(atoi_zero) { PCUT_ASSERT_INT_EQUALS(0, atoi("0")); } PCUT_TEST(atoi_positive) { PCUT_ASSERT_INT_EQUALS(42, atoi("42")); } PCUT_TEST(atoi_negative) { PCUT_ASSERT_INT_EQUALS(-273, atoi("-273")); } PCUT_MAIN() [Less]

3.42K lines of code

1 current contributors

9 months since last commit

0 users on Open Hub

Very Low Activity
0.0
 
I Use This

test-helpers

Compare

  Analyzed about 23 hours ago

Arrange-Act-Assert class-based testing helpers for Python

1.38K lines of code

0 current contributors

over 6 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This

tap.py

Compare

  Analyzed about 13 hours ago

Python Test Anything Protocol (TAP) tools

2.35K lines of code

1 current contributors

10 days since last commit

0 users on Open Hub

Very Low Activity
0.0
 
I Use This

VisualPHPUnit

Compare

  Analyzed about 10 hours ago

A PHPUnit GUI.

2.21K lines of code

0 current contributors

about 6 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This

NinjaTurtlesMutation

Compare

  Analyzed about 18 hours ago

A mutation testion tool for C# project using Nunit 2.6

217K lines of code

0 current contributors

over 7 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This