yade-dev team mailing list archive
-
yade-dev team
-
Mailing list archive
-
Message #07549
[Branch ~yade-dev/yade/trunk] Rev 2840: End a sentence... (thanks Jerome)
------------------------------------------------------------
revno: 2840
committer: Bruno Chareyre <bruno.chareyre@xxxxxxxxxxx>
branch nick: trunk
timestamp: Wed 2011-04-27 15:58:19 +0200
message:
End a sentence... (thanks Jerome)
modified:
doc/sphinx/prog.rst
--
lp:yade
https://code.launchpad.net/~yade-dev/yade/trunk
Your team Yade developers is subscribed to branch lp:yade.
To unsubscribe from this branch go to https://code.launchpad.net/~yade-dev/yade/trunk/+edit-subscription
=== modified file 'doc/sphinx/prog.rst'
--- doc/sphinx/prog.rst 2011-04-27 13:54:26 +0000
+++ doc/sphinx/prog.rst 2011-04-27 13:58:19 +0000
@@ -234,7 +234,7 @@
Unit regression tests
^^^^^^^^^^^^^^^^^^^^^
Unit regression tests are testing the output of individual functors and engines in well defined conditions. They are defined in the folder :ysrc:`py/tests/`.
-The purpose of unit testing is to make sure that the behaviour of the most important classes remains correct during code development. Since they test classes one by one, unit tests can't detect
+The purpose of unit testing is to make sure that the behaviour of the most important classes remains correct during code development. Since they test classes one by one, unit tests can't detect problems coming from the interaction between different engines in a typical simulation. That is why check tests have been introduced.
Check tests
^^^^^^^^^^^