Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-08-21 | Update tests | mathieui | |
2016-06-12 | Update tests | mathieui | |
2016-06-11 | Move the src directory to poezio, for better cython compatibility. | Emmanuel Gil Peyrot | |
2014-12-18 | Add a unit test for input completion | mathieui | |
incomplete, but will help catch obvious wrong behaviors if we change anything in the completions. | |||
2014-12-08 | Improve the xhtml_to_poezio_colors sanitization | mathieui | |
add some tests, and remove the test_datetime_tuple because of python time module misbehavior with timezones set manually. (potentially due to http://bugs.python.org/issue6478) | |||
2014-11-02 | Make update.sh install the deps in a venv, and use them | mathieui | |
simplifies the script and avoid cluttering the poezio/ directory. also fix an unrelated test with slixmpp | |||
2014-10-29 | Add some tests | mathieui | |
- also fix that travis build | |||
2014-10-27 | Add some unit tests using py.test | mathieui | |
- we need to have more |