]> git.sur5r.net Git - i3/i3/commitdiff
docs/testsuite: add pointers to additional docs
authorMichael Stapelberg <michael@stapelberg.de>
Mon, 10 Sep 2012 12:13:43 +0000 (14:13 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Mon, 10 Sep 2012 12:13:43 +0000 (14:13 +0200)
docs/testsuite

index fcc9393a53abebe46062dd0b7790eaf5af6a0100..4dcf16708ba7b559ac85c60e0f833ec338023f13 100644 (file)
@@ -1,7 +1,7 @@
 i3 testsuite
 ============
-Michael Stapelberg <michael+i3@stapelberg.de>
-September 2011
+Michael Stapelberg <michael@i3wm.org>
+September 2012
 
 This document explains how the i3 testsuite works, how to use it and extend it.
 It is targeted at developers who not necessarily have been doing testing before
@@ -33,6 +33,19 @@ able to easily test if the feature is working correctly. Many developers will
 test manually if everything works. Having a testcase not only helps you with
 that, but it will also be useful for every future change.
 
+== Relevant documentation
+
+Apart from this document, you should also have a look at:
+
+1. The "Modern Perl" book, which can be found at
+   http://onyxneon.com/books/modern_perl/modern_perl_a4.pdf
+2. The latest Perl documentation of the "i3test" (general testcase setup) and
+   "i3test::Test" (additional test instructions) modules:
+   http://build.i3wm.org/docs/lib-i3test.html respectively
+   http://build.i3wm.org/docs/lib-i3test-test.html
+3. The latest documentation on i3’s IPC interface:
+   http://build.i3wm.org/docs/ipc.html
+
 == Implementation
 
 For several reasons, the i3 testsuite has been implemented in Perl: