Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-01-05 | make test_pep8.py pass | Michael Vogt | 1 | -1/+4 | |
2014-01-05 | make pyflakes clean | Michael Vogt | 1 | -1/+1 | |
2013-10-10 | tests: Do not set dir::etc::sourceparts to /tmp | Julian Andres Klode | 1 | -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 Watson | 1 | -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-19 | releasing version 0.8.1 | Michael Vogt | 1 | -1/+1 | |
2011-04-06 | all: Fix all instances of ResourceWarning about unclosed files | Julian Andres Klode | 1 | -1/+2 | |
2010-07-06 | * python/progress.cc: | Michael Vogt | 1 | -0/+3 | |
- deal with missing return value from the acquire progress in pulse() | |||||
2010-07-02 | add test_progress.py test | Michael Vogt | 1 | -0/+44 | |