aboutsummaryrefslogtreecommitdiffstats
path: root/docs/source/testcases.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/source/testcases.rst')
-rw-r--r--docs/source/testcases.rst53
1 files changed, 53 insertions, 0 deletions
diff --git a/docs/source/testcases.rst b/docs/source/testcases.rst
new file mode 100644
index 0000000..8711594
--- /dev/null
+++ b/docs/source/testcases.rst
@@ -0,0 +1,53 @@
+**********
+Test Cases
+**********
+
+A test case is a set of conditions or variables under which a tester will
+determine whether an application or system is working correctly. It may take
+many test cases to determine that a software program or system is considered
+sufficiently scrutinized to be released. Test cases are often referred to as
+test scripts, particularly when written. Written test cases are usually
+collected into test suites.
+
+cros-ec-accel
+=============
+
+.. automodule:: tests.cros_ec_accel
+ :members:
+
+cros-ec-extcon
+==============
+
+.. automodule:: tests.cros_ec_extcon
+ :members:
+
+cros-ec-gyro
+============
+
+.. automodule:: tests.cros_ec_gyro
+ :members:
+
+cros-ec-mcu
+===========
+
+.. automodule:: tests.cros_ec_mcu
+ :members:
+
+cros-ec-power
+=============
+
+.. automodule:: tests.cros_ec_power
+ :members:
+
+cros-ec-pwm
+===========
+
+.. automodule:: tests.cros_ec_pwm
+ :members:
+
+cros-ec-rtc
+===========
+
+.. automodule:: tests.cros_ec_rtc
+ :members:
+