← Back to team overview

yade-dev team mailing list archive

[Branch ~yade-dev/yade/trunk] Rev 2839: - typos

 

------------------------------------------------------------
revno: 2839
committer: Bruno Chareyre <bruno.chareyre@xxxxxxxxxxx>
branch nick: trunk
timestamp: Wed 2011-04-27 15:54:26 +0200
message:
  - typos
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:14:07 +0000
+++ doc/sphinx/prog.rst	2011-04-27 13:54:26 +0000
@@ -226,14 +226,14 @@
 Regression tests
 ----------------
 Yade contains two types of regression tests, some are unit tests while others are testing more complex simulations. Altough both types can be considered regression tests, the usage is that we name the first simply "regression tests", while the latest are called "check tests".
-Both series of tests can ran at yade startup by passing the options "test" or "check" ::
+Both series of tests can be ran at yade startup by passing the options "test" or "check" ::
 
 	yade --test
 	yade --check
 
 Unit regression tests
 ^^^^^^^^^^^^^^^^^^^^^
-Unit regression tests are testing well the output of individual functors and engines in well defined conditions. They are defined in the folder :ysrc:`py/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
 
 Check tests