| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Jython to CIjython | Bernat Gabor | 2018-10-28 | 1 | -1/+5 |
| | | |||||
| * | Jython support | Bernat Gabor | 2018-10-28 | 1 | -7/+12 |
| | | |||||
| * | fix flake8 errors | Bernat Gabor | 2018-10-25 | 1 | -3/+5 |
| | | |||||
| * | paint it black | Bernat Gabor | 2018-10-25 | 2 | -171/+148 |
| | | |||||
| * | disable Python 3.4 | Bernat Gabor | 2018-10-25 | 1 | -1/+1 |
| | | |||||
| * | test `get_installed_pythons()` on and off Windows platform | Jurko Gospodnetić | 2018-10-25 | 1 | -1/+143 |
| | | |||||
| * | test resolve_interpreter() with registered python installations | Jurko Gospodnetić | 2018-10-25 | 1 | -0/+29 |
| | | |||||
| * | touch up & improve `resolve_interpreter()` tests | Jurko Gospodnetić | 2018-10-25 | 1 | -14/+15 |
| | | | | | | | | | | - tests no longer permanently modify the `virtualenv` module under test (`virtualenv.is_executable` changes were leaking from some tests) - tests now check that `get_installed_python()` results unrelated to the given version tag do not affect the result - simple patch function's return values now given in `@patch` decorators to make the test code more compact | ||||
| * | travis: enable use of test_activate.sh (#1087) | Sorin Sbarnea | 2018-10-12 | 2 | -7/+20 |
| | | |||||
| * | Fix some pep8 style | Matthew Iversen | 2016-08-05 | 1 | -5/+7 |
| | | |||||
| * | The -p X.Y abbreviated form does not work on Windows for Python 3.5+ | Paul Moore | 2016-02-03 | 1 | -0/+7 |
| | | |||||
| * | Abbreviated form on Windows is N.M, not pyNM | Paul Moore | 2016-02-03 | 1 | -1/+1 |
| | | |||||
| * | Move the command line tests from tox.ini to a proper test file | Paul Moore | 2016-02-03 | 1 | -0/+37 |
| | | |||||
| * | Fix virtualenv tests on Windows | Matt Iversen | 2015-10-20 | 1 | -18/+14 |
| | | |||||
| * | Include tests folder in source distribution | Matthew Iversen | 2015-09-21 | 2 | -2/+2 |
| | | | | | | | Renamed files to enable convenient glob matching in MANIFEST.in Fixes #714 | ||||
| * | Stop using a tox.ini in tests/ | Matthew Iversen | 2015-09-21 | 1 | -12/+0 |
| | | |||||
| * | Add 'wheel' in expected output | Matthew Iversen | 2015-09-19 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #645 from tzulberti/develop | Donald Stufft | 2015-08-12 | 1 | -0/+2 |
| |\ | | | | | Solved problem when using "set -u" in bash | ||||
| | * | Solved problem when using "set -u" in bash | Tomas Zulberti | 2014-09-10 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | If you use "set -u" in bash, before the activation of an virtualenv then, the activation will fail because there are some variables that are unbond The same happens if the virtualenv is active and you want to deactivate it. | ||||
| * | | skip test on PyPy | Donald Stufft | 2015-04-07 | 1 | -0/+4 |
| |/ | |||||
| * | Fix expected output to match actual output for setuptools | Eric Scheidemantle | 2014-08-06 | 1 | -2/+1 |
| | | | | | | | and pip installation progress. The progress line has been one line for a while but the expected output was looking for two lines. | ||||
| * | 4 changes to `test_always_copy_option`: | Marcus Smith | 2013-12-05 | 1 | -5/+4 |
| | | | | | | | | 1) let it run for windows; should be harmless 2) confirm files and dirs are not links 3) create the tmp venvs in a *new* directory 4) if a symlink is found, report what it's linked to | ||||
| * | Add a unit test for --always-copy option | Vladimir Dmitriev | 2013-12-05 | 1 | -0/+17 |
| | | |||||
| * | Fix test for relocatable scripts | Paul Moore | 2013-03-08 | 1 | -1/+1 |
| | | |||||
| * | 64bit test in site.py using sys.maxsize/maxint that works on py25 | Marcus Smith | 2013-02-05 | 1 | -12/+0 |
| | | |||||
| * | 64bit test that works for py25 as well. | Marcus Smith | 2013-01-28 | 1 | -0/+12 |
| | | |||||
| * | windows test fixes | Marcus Smith | 2013-01-22 | 1 | -8/+11 |
| | | |||||
| * | Fix typos in test names | Jonathan Hitchcock | 2012-11-15 | 1 | -2/+2 |
| | | |||||
| * | Test that symlinks are properly created in bin_dir | Jonathan Hitchcock | 2012-11-15 | 1 | -0/+26 |
| | | |||||
| * | Merge branch 'fix-update-defaults' of https://github.com/schmir/virtualenv ↵ | Jannis Leidel | 2012-09-01 | 1 | -0/+25 |
| |\ | | | | | | | | | | | | | into schmir-fix-update-defaults Conflicts: tests/test_virtualenv.py | ||||
| | * | fix update_defaults for options with 'store_false' action | Ralf Schmitt | 2012-07-17 | 1 | -0/+25 |
| | | | | | | | | | | | | | | | | | these need to revert the logic, otherwise calling virtualenv with VIRTUALENV_NO_SITE_PACKAGES=1 set, will create a virtualenv *with* site packages. also adds a test | ||||
| * | | Fix test_activate.sh for shells without 'source'. | Carl Meyer | 2012-08-10 | 1 | -1/+1 |
| | | | |||||
| * | | Fix --relocatable when script uses future statements. | Branden Rolston | 2012-08-07 | 1 | -0/+19 |
| |/ | |||||
| * | More verbose output to show what's being tested. | Marc Abramowitz | 2012-05-04 | 1 | -0/+20 |
| | | |||||
| * | Add new test for activate.sh stuff | Marc Abramowitz | 2012-05-04 | 2 | -0/+77 |
| | | |||||
| * | Add a tox.ini | Marc Abramowitz | 2012-05-01 | 1 | -0/+12 |
| | | |||||
| * | Fix failing version test that was checking for a particular hard-coded | Marc Abramowitz | 2012-05-01 | 1 | -1/+1 |
| | | | | | version string. | ||||
| * | Bumped version up a notch. | Jannis Leidel | 2011-11-30 | 1 | -1/+1 |
| | | |||||
| * | Bumped version to 1.6.4 and updated changelog. | Jannis Leidel | 2011-07-21 | 1 | -1/+1 |
| | | |||||
| * | Bumped version to 1.6.3. | Jannis Leidel | 2011-07-16 | 1 | -1/+1 |
| | | |||||
| * | Bumped version to 1.6.2. | Jannis Leidel | 2011-07-16 | 1 | -1/+1 |
| | | |||||
| * | Bumped version for good. | Jannis Leidel | 2011-05-01 | 1 | -1/+1 |
| | | |||||
| * | Made tests/ dir into module so py.test can run the tests. | Carl Meyer | 2011-04-27 | 1 | -0/+0 |
| | | |||||
| * | True is not a typical return value for abspath(); and mocking abspath() is ↵ | Carl Meyer | 2011-04-21 | 1 | -12/+3 |
| | | | | | not actually needed here. | ||||
| * | Cleanup trailing whitespace, unused imports and variables. | Carl Meyer | 2011-04-21 | 1 | -6/+4 |
| | | |||||
| * | No need to call mock.start() and mock.stop() when using the @patch decorator. | Carl Meyer | 2011-04-21 | 1 | -16/+2 |
| | | |||||
| * | Prevent traceback with non-exec interpreter | Paul Nasrat | 2011-04-21 | 1 | -0/+75 |
| Fixes #121 Add tests for virtualenv with nose and mock Add helper method to virtualenv for is_executable Raise SystemExit rather than sys.exit directly Tested on 2.4.4, 2.7.1 and 3.2 | |||||
