Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/sugar/tutorius/tests/coretests.py
Commit message (Collapse)AuthorAgeFilesLines
* ctrl-z sur bundler.pyJean-Christophe Savard2009-04-201-1/+1
|
* Loading function for XMl in bundler.pyJean-Christophe Savard2009-04-191-1/+1
|
* Added ClickAction and TypeTextAction + support for initial statecharles2009-04-161-1/+128
|
* Ajout de testsVincent Vinet2009-04-021-57/+8
|
* TutoriusV2 : Minor formatting correctionsmike2009-03-231-0/+2
|
* TutoriusV2 : Adding tests on event filters of the statesmike2009-03-191-0/+26
|
* Merge branch 'tutorial_toolkit' into mikemike2009-03-191-0/+14
|\ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: source/activities/Writus.activity/TAbiWordActivity.py source/external/source/sugar-toolkit/src/sugar/graphics/window.py source/external/source/sugar-toolkit/src/sugar/tutorius/Makefile.am source/external/source/sugar-toolkit/src/sugar/tutorius/actions.py source/external/source/sugar-toolkit/src/sugar/tutorius/overlayer.py source/external/source/sugar-toolkit/src/sugar/tutorius/services.py source/external/source/sugar-toolkit/src/sugar/tutorius/tests/coretests.py source/external/source/sugar-toolkit/src/sugar/tutorius/tests/run-tests.py
| * Ajout de test du core-action et du coverageVincent Vinet2009-03-191-0/+15
| |
| * Add a test runner (no need to use it, but its fun!Vincent Vinet2009-03-101-2/+46
| | | | | | | | | | | | | | | | Add OnceWrapper test Conflicts: source/external/source/sugar-toolkit/src/sugar/tutorius/tests/coretests.py
* | TutoriusV2 : Adding more tests on States (action management)mike2009-03-191-0/+32
| |
* | TutoriusV2 : Adding more tests for the FSM (add_state, find_state,mike2009-03-191-4/+104
| | | | | | | | remove_state)
* | TutoriusV2 : Correcting constructors for States and FSMs, explorationmike2009-03-181-1/+55
| | | | | | | | tests
* | TutoriusV1 : Adding a sample usage case tests for FSMmike2009-03-101-2/+60
| |
* | Merge commit 'origin/mike' into mikemike2009-03-061-2/+46
|\ \ | |/ |/| | | | | | | | | Conflicts: source/activities/Writus.activity/TAbiWordActivity.py source/external/source/sugar-toolkit/src/sugar/tutorius/tests/coretests.py
| * Add a test runner (no need to use it, but its fun!Vincent Vinet2009-03-051-3/+47
| | | | | | | | Add OnceWrapper test
* | TutoriusV1 : Added a test on state.set_tutorial and renamed the demo tutorialmike2009-03-051-0/+16
|/
* TutoriusV1 : Adding basic State tests, cleaned some code bits lyingmike2009-03-041-0/+137
around