summaryrefslogtreecommitdiff
path: root/tests/test_progress.py
AgeCommit message (Collapse)AuthorFilesLines
2014-01-05make test_pep8.py passMichael Vogt1-1/+4
2014-01-05make pyflakes cleanMichael Vogt1-1/+1
2013-10-10tests: Do not set dir::etc::sourceparts to /tmpJulian Andres Klode1-1/+2
This can cause build failures if *.list files are present in /tmp. Use /dev/null instead (not a directory, but APT silently ignores this).
2012-11-19* tests/test_apt_cache.py, tests/test_lp659438.py, tests/test_progress.py:Colin Watson1-0/+2
- Clear out APT::Update::Post-Invoke and APT::Update::Post-Invoke-Success in tests that call cache.update to avoid pollution from the host system.
2011-10-19releasing version 0.8.1Michael Vogt1-1/+1
2011-04-06all: Fix all instances of ResourceWarning about unclosed filesJulian Andres Klode1-1/+2
2010-07-06* python/progress.cc:Michael Vogt1-0/+3
- deal with missing return value from the acquire progress in pulse()
2010-07-02add test_progress.py testMichael Vogt1-0/+44