summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2022-06-05Rename test files to run with pytestThomas Kluyver9-0/+0
2022-06-05Merge branch 'pr8'Thomas Kluyver1-0/+10
2020-10-18Use "env" and python3 for shebangsPrunus6-6/+6
2020-10-18Create a new array the Layout orderThayne McCombs2-12/+83
2020-10-18Merge branch 'gitlab-mr-7'Thomas Kluyver2-1/+3810
2020-09-28Make icon-test independent of system theme fileFrida Flodin2-1/+3810
2019-09-15test_present: Use sys.executableJohn Vandenberg1-3/+5
2017-07-04Accept either x-glade or x-gtk-builder for glade UI fileThomas Kluyver1-1/+4
2017-07-04Switch tests away from problematic png mime typeThomas Kluyver1-3/+3
2017-07-04Update GTK glade mimetype to newer nameThomas Kluyver1-1/+1
2017-03-23Fix unnecessary escape sequences, deprecated in Python 3.6Ville Skyttä1-1/+1
2014-11-04add unit test for save_state_pathcgtx1-0/+10
2013-12-05make freedesktop's test suite pass under python 3ju1ius1-3/+3
2013-12-05removed unused import & docstring typo. Added debug flag to the parse function.ju1ius1-1/+1
2013-12-05Added menu-spec test suite & fixes to make it passju1ius1-0/+41
2013-05-25Rename xdg.Menu.Parser to XMLMenuBuilderThomas Kluyver1-2/+2
2013-05-25Merge pull request #4 from ju1ius/etreeThomas Kluyver1-5/+5
2013-03-23Minor test improvementsThomas Kluyver2-2/+11
2013-03-23Improve creating & caching MIMEtype instancesThomas Kluyver1-0/+13
2013-03-23Handle __NOMAGIC__ to discard previous magic rules.Thomas Kluyver2-10/+39
2013-03-17Catch Mime.MagicDB lookups with unknown MIMEtypes.Thomas Kluyver2-2/+24
2013-03-16Store only canonical MIMEtypes for globsThomas Kluyver2-0/+1
2013-03-16Add Mime.get_type2(), using XDG recommended checking order.Thomas Kluyver10-22/+110
2013-03-15Avoid duplicate MIME globsThomas Kluyver1-3/+5
2013-03-15Add get_extensions() to find filename extensions corresponding to MIMEtypeThomas Kluyver1-1/+18
2013-03-12Another test for canonical MIMEtypesThomas Kluyver1-0/+4
2013-03-12Refactor & test parsing MIME globs2 filesThomas Kluyver2-1/+47
2013-03-12More tests for Mime.magic.match_data()Thomas Kluyver1-0/+6
2013-03-12Merge branch 'master' of github.com:takluyver/pyxdgThomas Kluyver1-0/+8
2013-03-12Add GlobDB methods for matching pathsThomas Kluyver1-4/+36
2013-03-11Improve reprs, add MIMEtype.__hash__() methodThomas Kluyver1-0/+8
2013-03-11More tests for xdg.MimeThomas Kluyver2-2/+10
2013-03-11Handle unknown MIME magic rulesThomas Kluyver1-0/+2
2013-03-11Add test for building GlobDBThomas Kluyver1-0/+38
2013-03-10Refactor code to match filenames.Thomas Kluyver1-0/+4
2013-03-10MagicDB.match() raises IOError for files it can't openThomas Kluyver1-0/+4
2013-03-10Add tests for matching MIME magic numbersThomas Kluyver1-58/+85
2013-03-10Add tests for parsing MIME magic databaseThomas Kluyver2-0/+80
2013-02-22porting Menu to ElementTree & refactor parsing methodsju1ius1-5/+5
2013-02-21Merge pull request #3 from ju1ius/rules-astThomas Kluyver1-0/+183
2013-02-21refactored Rule parsing methods out of the Rule classju1ius1-4/+5
2013-02-12support & tests for empty Rulesju1ius1-7/+111
2013-02-09fixed issue with python3.3 error when BoolOp has only one valueju1ius1-1/+1
2013-02-07Add DesktopEntry.findTryExec() method.Thomas Kluyver2-1/+40
2013-02-05use ast module for menu rule matchingju1ius1-6/+1
2013-02-05removed useless sys.path hack in test caseju1ius1-5/+0
2013-02-05OO interface for menu rules matching. Removed eval.ju1ius1-0/+88
2012-12-06Add support for /run/user/thomasThomas Kluyver1-0/+22
2012-12-04Add support for Mime type aliases and subclasses.Thomas Kluyver1-0/+12
2012-12-04Add tests for foo.c and foo.C mime typesThomas Kluyver1-0/+6