Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-02-07 | logger: Log the JID during a parsing error. | Emmanuel Gil Peyrot | |
2018-12-15 | I give up | mathieui | |
on getting Link Mauve to ever run tests | |||
2018-09-10 | Tabs: add test for slice support | Maxime “pep” Buquet | |
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | |||
2018-08-11 | Tests: make dummy tabs still inherit tabs.Tab | mathieui | |
2018-07-23 | Fix unittests for python 3.5 | mathieui | |
2018-07-22 | Fix close_all and change_title plugins | mathieui | |
2018-07-21 | Add tests for the new tabs module | mathieui | |
2018-07-21 | Fix the config tests | mathieui | |
2017-11-21 | Refactor logger.py to make it more testable | mathieui | |
Also fixes: - release the message log mmap when we are done with it - Write the right character in log lines | |||
2017-11-14 | Make italics work | mathieui | |
2017-10-14 | Fix xhtml tests, and add tests with css disabled | mathieui | |
2017-10-14 | Remove some unused imports | mathieui | |
2017-10-12 | Improve the poopt test | mathieui | |
2017-10-11 | Add a poopt.cut_text multiline unit test | mathieui | |
2017-10-08 | Change all “not … in …” into “… not in …”. | Emmanuel Gil Peyrot | |
2017-10-07 | Fix tests | mathieui | |
2017-09-28 | Rename parse_message_line to parse_log_line | mathieui | |
2017-09-28 | Add a simple test case | mathieui | |
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 |