summaryrefslogtreecommitdiff
path: root/tests/test_virtualenv.py
Commit message (Expand)AuthorAgeFilesLines
* Fix virtualenv tests on WindowsMatt Iversen2015-10-201-18/+14
* skip test on PyPyDonald Stufft2015-04-071-0/+4
* 4 changes to `test_always_copy_option`:Marcus Smith2013-12-051-5/+4
* Add a unit test for --always-copy optionVladimir Dmitriev2013-12-051-0/+17
* Fix test for relocatable scriptsPaul Moore2013-03-081-1/+1
* 64bit test in site.py using sys.maxsize/maxint that works on py25Marcus Smith2013-02-051-12/+0
* 64bit test that works for py25 as well.Marcus Smith2013-01-281-0/+12
* windows test fixesMarcus Smith2013-01-221-8/+11
* Fix typos in test namesJonathan Hitchcock2012-11-151-2/+2
* Test that symlinks are properly created in bin_dirJonathan Hitchcock2012-11-151-0/+26
* Merge branch 'fix-update-defaults' of https://github.com/schmir/virtualenv in...Jannis Leidel2012-09-011-0/+25
|\
| * fix update_defaults for options with 'store_false' actionRalf Schmitt2012-07-171-0/+25
* | Fix --relocatable when script uses future statements.Branden Rolston2012-08-071-0/+19
|/
* Fix failing version test that was checking for a particular hard-codedMarc Abramowitz2012-05-011-1/+1
* Bumped version up a notch.Jannis Leidel2011-11-301-1/+1
* Bumped version to 1.6.4 and updated changelog.Jannis Leidel2011-07-211-1/+1
* Bumped version to 1.6.3.Jannis Leidel2011-07-161-1/+1
* Bumped version to 1.6.2.Jannis Leidel2011-07-161-1/+1
* Bumped version for good.Jannis Leidel2011-05-011-1/+1
* True is not a typical return value for abspath(); and mocking abspath() is no...Carl Meyer2011-04-211-12/+3
* Cleanup trailing whitespace, unused imports and variables.Carl Meyer2011-04-211-6/+4
* No need to call mock.start() and mock.stop() when using the @patch decorator.Carl Meyer2011-04-211-16/+2
* Prevent traceback with non-exec interpreterPaul Nasrat2011-04-211-0/+75