summaryrefslogtreecommitdiff
path: root/testing/test_zintegration.py
Commit message (Expand)AuthorAgeFilesLines
* Port setuptools tests to FFIBuilderStefano Rivera2013-10-071-9/+12
* Port distutils_package_2 to FFIBuilderStefano Rivera2013-10-071-3/+4
* Port test_distutils_package_1 to FFIBuilderStefano Rivera2013-10-071-6/+7
* Port distutils_module to FFIBuilderStefano Rivera2013-10-061-3/+4
* Add verifier_distutils_module, so that we can transition all the other zinteg...Stefano Rivera2013-10-061-0/+7
* PEP-8 order the test_zintegration importsStefano Rivera2013-10-061-1/+6
* Hack to support, on top of CPython, older versions of pycparserArmin Rigo2013-04-051-0/+6
* Check that pycparser was correctly installed, by checking thatArmin Rigo2013-04-031-0/+4
* Backed out changeset 982940f8c484Armin Rigo2013-04-031-12/+0
* an attempt to not run it on older virtualenvsMaciej Fijalkowski2013-04-031-0/+12
* use abspath in testsMaciej Fijalkowski2013-04-031-1/+1
* some more fixesMaciej Fijalkowski2013-04-021-1/+6
* fixesMaciej Fijalkowski2013-04-021-1/+1
* Python 3 compatArmin Rigo2013-02-071-1/+1
* integration test: always pass --distribute to virtualenv, addresses #49Ronny Pfannschmidt2013-01-021-1/+2
* Try harder to clean up the __pycache__.Armin Rigo2013-01-011-4/+7
* Try harder to run the tests even if PYTHONPATH was not set and cffi notArmin Rigo2013-01-011-4/+4
* Skip test_zintegration if we can't find 'virtualenv'.Armin Rigo2013-01-011-1/+5
* Fix these tests for Python 3.Armin Rigo2012-11-251-6/+6
* Symlink the packages our tests require into the test virtualenvStefano Rivera2012-10-211-0/+12
* subprocess.check_call is prettierStefano Rivera2012-10-211-9/+5
* Write systematic tests for the 12 possible cases of installation.Armin Rigo2012-09-291-0/+90