summaryrefslogtreecommitdiff
path: root/tests/unit/test_util.py
Commit message (Expand)AuthorAgeFilesLines
* Switch to using the stdlib logger instead of pip.logDonald Stufft2014-09-101-400/+0
* Run the unit tests before the integration testsDonald Stufft2014-06-301-5/+5
* Fix code to handle the latest flake8Donald Stufft2014-03-261-13/+13
* pkg exclusions for pip list/freezeMarcus Smith2014-02-281-7/+40
* Turn on everything in flake8Donald Stufft2014-02-241-5/+4
* Use Flake8 on the test of pip's Python filesDonald Stufft2014-01-281-35/+53
* Remove the setuptools version checkDonald Stufft2014-01-071-3/+3
* Isolate the tests from the shared data directoryDonald Stufft2013-08-271-5/+4
* Replace explicit calls to reset_env() with the script fixtureDonald Stufft2013-08-271-6/+2
* Fix the Python 3.3 issue, it only seems to happen on TravisDonald Stufft2013-08-221-1/+4
* Refactor tests.libDonald Stufft2013-08-211-10/+10
* Switch to using py.test as the test runner instead of noseDonald Stufft2013-08-211-15/+20
* when unpacking archives, don't preserve permissions except execution for regu...Marcus Smith2013-08-171-2/+71
* add back test lost in the restructureMarcus Smith2013-05-291-0/+18
* more functional/unit tests restructureMarcus Smith2013-05-291-4/+63
* break up tests dir into data, unit tests, and functional testsMarcus Smith2013-05-291-0/+201