summaryrefslogtreecommitdiff
path: root/client/test.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix brain logging testschneefux2014-09-241-5/+5
|
* Use os.chdir inside client/test.pyschneefux2014-09-191-0/+3
| | | | | | Otherwise, the transcribe check will fail, if you execute test.py from outside the client directory, e.g. via `python2 client/test.py` It's a mess that we need os.chdir at all, but hopefully we can remove this soon, if absolute paths are used everywhere.
* Replace JASPER_HOME with jasperpath.APP_PATH + os.pardirschneefux2014-09-191-4/+1
|
* Use jasperpath in client/test.pyschneefux2014-09-191-3/+4
|
* Added test for vocabcompiler to `--light` tests and updated travis configschneefux2014-09-111-5/+1
|
* vocabcompiler unittest can now be enable via command line argumentschneefux2014-09-111-1/+4
|
* Merge boot/test.py into client/test.pyschneefux2014-09-111-1/+31
|
* Using Diagnostics internet connection check in boot.py and test.pyschneefux2014-09-111-5/+2
|
* Merge pull request #154 from Holzhaus/shebangsschneefux2014-09-101-0/+2
|\ | | | | Added shebangs and PEP 0263 source encodings
| * 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).
* | Better info for test profileschneefux2014-09-091-2/+3
| |
* | Minor style fixes to test.pyschneefux2014-09-091-5/+5
| |
* | Added travisschneefux2014-09-091-3/+12
|/
* Run all test cases togetherschneefux2014-08-311-2/+5
| | | | | This allows nicer output, as all the test results are grouped, and with a glimpse you can determine wether they passed or not
* More cleanup, mostly in docstringsschneefux2014-08-231-1/+0
|
* Addressed CR comments.schneefux2014-07-291-3/+0
|
* Fixing unit tests.schneefux2014-07-261-4/+6
|
* Stop hardcoding /home/jasper and abstract out mic.say for multiplatform supportschneefux2014-06-211-1/+7
|
* better unit tests for micschneefux2014-05-281-12/+82
|
* fixed path for JOKES testschneefux2014-05-271-1/+1
|
* removed * import in testschneefux2014-05-271-8/+8
|
* reverse sorting for unit testingschneefux2014-05-241-2/+3
|
* better patchingschneefux2014-05-241-1/+1
|
* Unit tests for brain using mocksschneefux2014-05-241-0/+37
|
* Initial commitschneefux2014-03-301-0/+98