summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Collapse)Author
2019-02-07logger: Log the JID during a parsing error.Emmanuel Gil Peyrot
2018-12-15I give upmathieui
on getting Link Mauve to ever run tests
2018-09-10Tabs: add test for slice supportMaxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2018-08-11Tests: make dummy tabs still inherit tabs.Tabmathieui
2018-07-23Fix unittests for python 3.5mathieui
2018-07-22Fix close_all and change_title pluginsmathieui
2018-07-21Add tests for the new tabs modulemathieui
2018-07-21Fix the config testsmathieui
2017-11-21Refactor logger.py to make it more testablemathieui
Also fixes: - release the message log mmap when we are done with it - Write the right character in log lines
2017-11-14Make italics workmathieui
2017-10-14Fix xhtml tests, and add tests with css disabledmathieui
2017-10-14Remove some unused importsmathieui
2017-10-12Improve the poopt testmathieui
2017-10-11Add a poopt.cut_text multiline unit testmathieui
2017-10-08Change all “not … in …” into “… not in …”.Emmanuel Gil Peyrot
2017-10-07Fix testsmathieui
2017-09-28Rename parse_message_line to parse_log_linemathieui
2017-09-28Add a simple test casemathieui
2016-08-21Update testsmathieui
2016-06-12Update testsmathieui
2016-06-11Move the src directory to poezio, for better cython compatibility.Emmanuel Gil Peyrot
2014-12-18Add a unit test for input completionmathieui
incomplete, but will help catch obvious wrong behaviors if we change anything in the completions.
2014-12-08Improve the xhtml_to_poezio_colors sanitizationmathieui
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-02Make update.sh install the deps in a venv, and use themmathieui
simplifies the script and avoid cluttering the poezio/ directory. also fix an unrelated test with slixmpp
2014-10-29Add some testsmathieui
- also fix that travis build
2014-10-27Add some unit tests using py.testmathieui
- we need to have more