| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Split unittests into separate files and move them to tests/ | schneefux | 2014-12-30 | 1 | -423/+0 |
| | | |||||
| * | Merge pull request #224 from Holzhaus/fix-weather-plugin | schneefux | 2014-11-05 | 1 | -1/+1 |
| |\ | | | | | Fix support for multi-word city names (Weather module) | ||||
| | * | Fix Weather testcase | schneefux | 2014-10-15 | 1 | -1/+1 |
| | | | | | | | | | | | | | The only change here is that the test profile location has been changed from "08544" (US zipcode of Princeton, NJ) to "Cape Town" (this was chosen because of high code coverage). It looks like it was broken anyway and just passed because the weather module did not fail if the city was not found. If I type http://rss.wunderground.com/auto/rss_full/08544 into my webbrowser, it says "City not found". If you now have an invalid location name in your profile, the user will be informed that something is fishy. | ||||
| * | | Remove TranscriptionMode and improve STT engine initialisation | schneefux | 2014-11-05 | 1 | -7/+6 |
| |/ | |||||
| * | Fix G2P testcase | schneefux | 2014-10-08 | 1 | -2/+2 |
| | | |||||
| * | Further improve unittest coverage | schneefux | 2014-10-08 | 1 | -10/+21 |
| | | |||||
| * | Update TestMic testcase to work with Vocabulary | schneefux | 2014-10-08 | 1 | -1/+1 |
| | | |||||
| * | Add test for keyword phrase extraction | schneefux | 2014-10-08 | 1 | -0/+13 |
| | | |||||
| * | improve vocabulary unittest coverage | schneefux | 2014-10-08 | 1 | -16/+51 |
| | | |||||
| * | Add testcases for (patched) PocketsphinxVocabulary | schneefux | 2014-10-08 | 1 | -13/+54 |
| | | |||||
| * | Add unittests for G2P without phonetisaurus | schneefux | 2014-10-08 | 1 | -1/+40 |
| | | |||||
| * | PEP8 style fixes in test.py and vocabcompiler.py | schneefux | 2014-10-08 | 1 | -1/+2 |
| | | |||||
| * | Fix G2P testcases, do not depend on fixed translation string | schneefux | 2014-10-08 | 1 | -12/+7 |
| | | |||||
| * | Remove UnorderedList from unittests | schneefux | 2014-10-08 | 1 | -6/+0 |
| | | |||||
| * | Fix assert statements in vocabcompiler unittests | schneefux | 2014-10-08 | 1 | -1/+2 |
| | | |||||
| * | Changed vocabcompiler test cases | schneefux | 2014-10-08 | 1 | -20/+22 |
| | | |||||
| * | Add testcase for diagnose.py's python import check | schneefux | 2014-10-06 | 1 | -1/+10 |
| | | |||||
| * | Improve diagnose.py reusability | schneefux | 2014-10-06 | 1 | -5/+5 |
| | | |||||
| * | Use assertIn in TestMic unittests | schneefux | 2014-10-06 | 1 | -2/+2 |
| | | |||||
| * | Fix TestMic testcase | schneefux | 2014-10-06 | 1 | -5/+12 |
| | | | | | This fixes jasperproject/jasper-client#212 | ||||
| * | Fix flake8 style nits | schneefux | 2014-10-06 | 1 | -11/+23 |
| | | |||||
| * | Fix VocabCompiler testcase because MUSIC/SPOTIFY are not hardcoded anymore | schneefux | 2014-10-01 | 1 | -3/+1 |
| | | |||||
| * | Merge pull request #201 from Holzhaus/add-more-logging | schneefux | 2014-10-01 | 1 | -0/+8 |
| |\ | | | | | Add more logging | ||||
| | * | Configure logging and add possibility to view debug messages in test.py | schneefux | 2014-09-26 | 1 | -0/+8 |
| | | | |||||
| * | | Update Brain testcase | schneefux | 2014-09-30 | 1 | -1/+1 |
| | | | |||||
| * | | Merge pull request #155 from Holzhaus/new-speakers | schneefux | 2014-09-27 | 1 | -1/+7 |
| |\ \ | | | | | | | Cleanup client.speaker and add additional tts speakers | ||||
| | * | | Added testcase for tts with DummyTTS engine | schneefux | 2014-09-26 | 1 | -1/+7 |
| | | | | |||||
| * | | | Merge pull request #200 from Holzhaus/remove-useless-wrapper-func | schneefux | 2014-09-26 | 1 | -7/+4 |
| |\ \ \ | |_|/ |/| | | Remove useless activeInternet wrapper func | ||||
| | * | | Remove useless activeInternet wrapper func | schneefux | 2014-09-26 | 1 | -7/+4 |
| | |/ | |||||
| * | | Merge pull request #148 from alexsiri7/multiple_queries | schneefux | 2014-09-26 | 1 | -1/+1 |
| |\ \ | |/ |/| | Handle all Google Speech options | ||||
| | * | Handle all Google Speech options | schneefux | 2014-09-25 | 1 | -1/+1 |
| | | | |||||
| * | | Fixed testWordExtraction not to depend on installed modules | schneefux | 2014-09-25 | 1 | -10/+13 |
| |/ | |||||
| * | Fix brain logging test | schneefux | 2014-09-24 | 1 | -5/+5 |
| | | |||||
| * | Use os.chdir inside client/test.py | schneefux | 2014-09-19 | 1 | -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.pardir | schneefux | 2014-09-19 | 1 | -4/+1 |
| | | |||||
| * | Use jasperpath in client/test.py | schneefux | 2014-09-19 | 1 | -3/+4 |
| | | |||||
| * | Added test for vocabcompiler to `--light` tests and updated travis config | schneefux | 2014-09-11 | 1 | -5/+1 |
| | | |||||
| * | vocabcompiler unittest can now be enable via command line argument | schneefux | 2014-09-11 | 1 | -1/+4 |
| | | |||||
| * | Merge boot/test.py into client/test.py | schneefux | 2014-09-11 | 1 | -1/+31 |
| | | |||||
| * | Using Diagnostics internet connection check in boot.py and test.py | schneefux | 2014-09-11 | 1 | -5/+2 |
| | | |||||
| * | Merge pull request #154 from Holzhaus/shebangs | schneefux | 2014-09-10 | 1 | -0/+2 |
| |\ | | | | | Added shebangs and PEP 0263 source encodings | ||||
| | * | Add shebang and PEP 0263 source encoding to every module | schneefux | 2014-09-06 | 1 | -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 profile | schneefux | 2014-09-09 | 1 | -2/+3 |
| | | | |||||
| * | | Minor style fixes to test.py | schneefux | 2014-09-09 | 1 | -5/+5 |
| | | | |||||
| * | | Added travis | schneefux | 2014-09-09 | 1 | -3/+12 |
| |/ | |||||
| * | Run all test cases together | schneefux | 2014-08-31 | 1 | -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 docstrings | schneefux | 2014-08-23 | 1 | -1/+0 |
| | | |||||
| * | Addressed CR comments. | schneefux | 2014-07-29 | 1 | -3/+0 |
| | | |||||
| * | Fixing unit tests. | schneefux | 2014-07-26 | 1 | -4/+6 |
| | | |||||
| * | Stop hardcoding /home/jasper and abstract out mic.say for multiplatform support | schneefux | 2014-06-21 | 1 | -1/+7 |
| | | |||||
