Mercurial > cortex
changeset 457:ee977613c244
add documentation for integration test.
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Fri, 07 Jun 2013 11:49:09 -0400 |
parents | a3e23fb5d387 |
children | 42ddfe406c0a |
files | org/integration.org |
diffstat | 1 files changed, 12 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
1.1 --- a/org/integration.org Fri Jun 07 04:36:23 2013 -0400 1.2 +++ b/org/integration.org Fri Jun 07 11:49:09 2013 -0400 1.3 @@ -225,6 +225,18 @@ 1.4 (import com.aurellem.capture.Capture) 1.5 1.6 (defn test-integration 1.7 + "Testing Everything! 1.8 + 1.9 + You will see an articulated hand fall onto the table. It has all 1.10 + senses including: 1.11 + - Vision, 4 channels 1.12 + - Hearing 1.13 + - Touch 1.14 + - Proprioceptoin 1.15 + - Muscle Tension 1.16 + 1.17 + Keys: 1.18 + <space> : fire ball" 1.19 ([] (test-integration false)) 1.20 ([record?] 1.21 (let [me (sphere 0.5 :color ColorRGBA/Blue :physical? false)