2017 © Pedro Peláez
 

library just-test

minimalistic tap-producing testing framework

image

zacharyrankin/just-test

minimalistic tap-producing testing framework

  • Monday, August 22, 2016
  • by zacharyrankin
  • Repository
  • 1 Watchers
  • 2 Stars
  • 35 Installations
  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

just-test

minimalistic tap-producing testing framework, inspired by substack/tape., (*1)

Usage

use just_test\Test;

Test::create(
    "how do you call your test",
    function (Test $test) {
        $test->pass("woot");
    }
);

TODO

  • [ ] More documentation
  • [ ] I still do not like Test::create(), there must be a cleaner syntax
  • [ ] Better tests :O

The Versions

22/08 2016

dev-exp-code-coverage

dev-exp-code-coverage

minimalistic tap-producing testing framework

  Sources   Download

MIT

The Requires

 

06/08 2015

dev-master

9999999-dev

minimalistic tap-producing testing framework

  Sources   Download

MIT

06/08 2015

v0.3

0.3.0.0

minimalistic tap-producing testing framework

  Sources   Download

MIT

05/08 2015

v0.2

0.2.0.0

minimalistic tap-producing testing framework

  Sources   Download

MIT

05/08 2015

v0.1

0.1.0.0

minimalistic tap-producing testing framework

  Sources   Download

MIT