diff options
Diffstat (limited to 'web')
-rw-r--r-- | web/input/development.md | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/web/input/development.md b/web/input/development.md index 0d6c81f..0f106c6 100644 --- a/web/input/development.md +++ b/web/input/development.md | |||
@@ -22,7 +22,15 @@ Contributions are always welcome! If you'd like to provide patches, please | |||
22 | case you're not familiar with Git, you might want to look into our [short | 22 | case you're not familiar with Git, you might want to look into our [short |
23 | introduction][git-intro] or [some other Git documentation][git-ref], first. | 23 | introduction][git-intro] or [some other Git documentation][git-ref], first. |
24 | 24 | ||
25 | ## Test Suite | 25 | ## Tests |
26 | |||
27 | ### Integration Tests | ||
28 | |||
29 | We have integrated [continuous integration tests][ci-tests] into our | ||
30 | development workflow. This ensures that we are aware of trivial build | ||
31 | problems. This service is kindly hosted by [Travis CI][travis-start]. | ||
32 | |||
33 | ### Bundled Test Suite | ||
26 | 34 | ||
27 | The Monitoring Plugins bundle comes with an extensive test suite. Some of the | 35 | The Monitoring Plugins bundle comes with an extensive test suite. Some of the |
28 | tests require [libtap][libtap], a copy of which is shipped with the Monitoring | 36 | tests require [libtap][libtap], a copy of which is shipped with the Monitoring |
@@ -48,6 +56,8 @@ platforms, the results can be [viewed online][tests]. | |||
48 | [git-ref]: doc/faq/git.html#references "Git References" | 56 | [git-ref]: doc/faq/git.html#references "Git References" |
49 | [libtap]: http://jc.ngo.org.uk/trac-bin/trac.cgi/wiki/LibTap "LibTap Homepage" | 57 | [libtap]: http://jc.ngo.org.uk/trac-bin/trac.cgi/wiki/LibTap "LibTap Homepage" |
50 | [dev-faq]: doc/faq/#development "Development FAQs" | 58 | [dev-faq]: doc/faq/#development "Development FAQs" |
59 | [ci-tests]: https://travis-ci.org/monitoring-plugins/monitoring-plugins "continuous integration tests" | ||
60 | [travis-start]: continuous integration "Travis CI" | ||
51 | [tests]: tests.html "Test Results" | 61 | [tests]: tests.html "Test Results" |
52 | 62 | ||
53 | <!--% # vim:set filetype=markdown textwidth=78 joinspaces expandtab: # %--> | 63 | <!--% # vim:set filetype=markdown textwidth=78 joinspaces expandtab: # %--> |