summaryrefslogtreecommitdiff
path: root/testing/test_zintegration.py
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | lextab.py and yacctab.py are not regenerated at run-time.
* Backed out changeset 982940f8c484Armin Rigo2013-04-031-12/+0
| | | | Should not be needed any more after PyPy's revert to "lib-python/2.7".
* 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
| | | | | installed. Tested with a "python setup.py build_ext -i" as well as with a fresh "python setup.py install".
* 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
Minor clean-ups.