summaryrefslogtreecommitdiff
path: root/boot/test.py
Commit message (Collapse)AuthorAgeFilesLines
* Added test for vocabcompiler to `--light` tests and updated travis configschneefux2014-09-111-54/+0
|
* Add executable flag to client/main.py and boot/test.pyschneefux2014-09-061-0/+0
|
* Add shebang and PEP 0263 source encoding to every moduleschneefux2014-09-061-0/+2
| | | | Source encoding should be specified and a shebang helps to execute a module directly (either to start jasper or just for testing purposes).
* Minor style fixes: removed unused imports, commented-out code, etc.schneefux2014-08-221-1/+3
|
* Changes suggested in CR.schneefux2014-06-281-2/+2
|
* Escape phrases before 'say'ing them in OS Xschneefux2014-06-211-1/+0
|
* Fixed /boot unit test.schneefux2014-06-211-1/+10
|
* finalized testschneefux2014-05-261-1/+7
|
* basic unit test for vocabcompilerschneefux2014-05-261-0/+36