summaryrefslogtreecommitdiff
path: root/tests/testutils
AgeCommit message (Collapse)Author
2015-03-27Use six.StringIOGuido Günther
to work towards Python3 support Gbp-Dch: Ignore
2015-03-27testutils: Add a context manager to capture stderrGuido Günther
and use it to test the help output
2015-03-27testutils: Fix __all__Guido Günther
The values weren't correctly seperated
2015-03-27gbplogtester: Reliably remove all handlersGuido Günther
So far we were modifying the list of handlers in place which resulted in all handlers being removed at the second call to _capture_log only.
2015-03-27gbplogtester: Make sure log capture start is followed by a log capture stopGuido Günther
2015-03-27gbplogtester: add helper to test for empty logGuido Günther
2015-02-21Remove unused importGuido Günther
and pylint exception that doesn't trigger
2015-02-20Use relative importGuido Günther
so Python3 can cope as well
2015-02-20Use six.StringIOGuido Günther
to work towards Python3 support Gbp-Dch: Ignore
2015-01-25testutils: split out DebianGitTestRepoGuido Günther
Gbp-Dch: Ignore
2015-01-25testutils: Move log test helpers to separate classGuido Günther
so we can use them in the unit tests as well
2015-01-25Move testutils to separate moduleGuido Günther