summaryrefslogtreecommitdiff
path: root/tests/test_option.py
Commit message (Expand)AuthorAgeFilesLines
* Remove all Python 2 Python codeChristoph Reiter2020-04-151-9/+0
* OptionParser.parse_args: return leftover arguments. Fixes #200optionparser-remain-argsChristoph Reiter2018-04-211-15/+38
* tests: add a pytest hook for handling unhandled exception in closuresChristoph Reiter2018-02-161-11/+7
* tests: Make it possible to use pytest directlywip/creiter/pytest-directChristoph Reiter2018-02-121-0/+2
* PEP8 fixesSimon Feltman2014-05-021-1/+1
* test_option: Use public APIMartin Pitt2012-10-241-22/+20
* tests: consitent naming styleMartin Pitt2012-10-241-7/+7
* PEP8: Fix indentationMartin Pitt2012-06-221-13/+13
* tests: Replace deprecated assertEquals() with assertEqual()Martin Pitt2012-04-221-3/+3
* PEP8: run via --fix from craigds forkJohan Dahlin2012-03-221-0/+1
* PEP8: Remove spaces around = for keyword argumentsJohan Dahlin2012-03-221-1/+1
* Remove all tabs and fix indentationJohan Dahlin2012-03-221-1/+0
* tests: Replace deprecated Python APIMartin Pitt2012-03-221-5/+5
* Correct pyflakes warnings/errorsJohan Dahlin2012-03-211-7/+3
* fix tests to use the new GLib moduleJohn (J5) Palmieri2011-08-111-1/+2
* minor fixes in tests for py3k compatJohn (J5) Palmieri2010-09-171-2/+4
* fix up tests so they run in py3kJohn (J5) Palmieri2010-09-011-1/+6
* Update the test tooJohan Dahlin2008-07-261-1/+1
* Run pyflakes on the testsuite, remove unused imports and reorganizeJohan Dahlin2008-07-261-12/+10
* Fix a typo Update the tests after the latest "refactoring". The testsuiteJohan Dahlin2008-04-081-0/+7
* Set the default value of old_args to 0, so we don't end up slicing withJohan Dahlin2007-11-121-0/+3
* Merge in values from all groups to the global option group. Slice up argsJohan Dahlin2007-11-061-34/+55
* Remove trailing whitespaceJohan Dahlin2007-11-061-7/+7
* Bug 342948 – Add exception handling to GOptionGustavo J. A. M. Carneiro2007-07-071-1/+42
* Make sure an exception is raised when we pass in invalid arguments to theJohan Dahlin2006-11-181-1/+4
* reviewed by: Johan Dahlin <jdahlin@async.com.br>Johannes Hölzl2006-04-291-0/+40