summaryrefslogtreecommitdiff
path: root/tests/test_stanza_element.py
AgeCommit message (Expand)Author
2016-10-22Manual cleanup of the remaining set([…]) and set((…)).compilerEmmanuel Gil Peyrot
2016-10-22sed -i 's/set(\[\(.*\)\])$/{\1}/g' **/*.pyEmmanuel Gil Peyrot
2016-10-22sed -i 's/set((\(.*\)))$/{\1}/g' **/*.pyEmmanuel Gil Peyrot
2016-10-22sed -i 's/set((\(.*\),))$/{\1}/g' **/*.pyEmmanuel Gil Peyrot
2016-10-04Fix stanza accessors case in testsmathieui
2015-10-02Merge branch 'develop' of https://github.com/fritzy/SleekXMPP into sleek-mergemathieui
2014-09-28Remove all deprecated alias in the core of slixmpp, and wherever they were used.Emmanuel Gil Peyrot
2014-09-01Always use OrderedDict from collections, and remove its implementation in sli...Emmanuel Gil Peyrot
2014-08-23cleanup semicolons, whitespace and mutable default argumentsRobin Gloster
2014-08-18Revert "cleanup semicolons, whitespace and mutable default arguments"Robin Gloster
2014-08-18cleanup semicolons, whitespace and mutable default argumentsRobin Gloster
2014-07-17Rename to slixmppFlorent Le Coz
2013-07-26refactor: no import * in testsJean-Philippe Caruana
2012-06-22Resolve xml:lang issue with duplicated elements depending on ordering.Lance Stout
2012-06-18Add initial support for xml:lang for streams and stanza plugins.Lance Stout
2012-05-05Tidy up and add tests for multi_attrib plugins.Lance Stout
2012-03-27Add tests for bool_interfaces.Lance Stout
2011-12-11Fix iterable substanzas when added as normal plugin.Lance Stout
2011-03-24Allow a stanza plugin to override a parent's interfaces.Lance Stout
2010-11-05Simplified SleekTest.Lance Stout
2010-10-17Underscore names by default.Lance Stout
2010-10-07Corrected test errors.Lance Stout
2010-10-07Unit test reorganization.Lance Stout