TestAnything / testanything.github.io

Test anything protocol website
testanything.org
Other
71 stars 64 forks source link

testanything.org

testanything.org is the website for the Test Anything Protocol (TAP), the simple text based interface for testing modules.

The goals of this site are to:

The old site can be found here: Wayback testanything.org

Please submit issues or pull requests, all are welcome.

Building locally

This site is built with Jekyll. Jekyll can be installed using gem, the Ruby language packaging tool. If you have trouble installing Jekyll, please refer to their installation documentation.

$ gem install jekyll

After installing Jekyll, you can test your changes locally with:

$ jekyll serve