GitXplorerGitXplorer
t

test-simple-js

public
11 stars
4 forks
0 issues

Commits

List of commits on branch master.
Unverified
615f5f959da9dee5f78c7edb43b769c0049b7e7a

Test.Harness.Browser DOM detection improvements.

ttheory committed 15 years ago
Unverified
d43b4db99937ff97a360802eb8d6843aeeb88f79

Update copyright and author info.

ttheory committed 15 years ago
Unverified
cd15b20a12335136a52d52c494de9fcc4e885135

Metadata fixes.

ttheory committed 15 years ago
Unverified
a59056aa194ce64a750fe8569de368c25b534538

Added missing plan to the "Example" section of the Test-Simple docs.

ttheory committed 15 years ago
Unverified
2f482d2fa9768841cd11f0f90829cb2bca3355ec

Added 0.30 section to Changes

ttheory committed 15 years ago
Unverified
7ae5a09a8867a7401f374a2d3805d9290a1e57b1

Can't believe I forgot to timestamp 0.29.

ttheory committed 15 years ago

README

The README file for this repository.

This is the README file for Test.Simple, basic utilities for writing tests, by Michael G Schwern schwern@pobox.com as ported to JavaScript by David Wheeler david@kineticode.com.

This package also contains Test.Harness and Test.Harness.Browser. You can use the latter module to run all of your Test.Simple and Test.More tests in a single browser window, similar to how Perl's Test::Harness allows all tests in a package to be run with a single shell command.

Please consult the documentation for how to start writing tests for your JavaScript code.