summaryrefslogtreecommitdiff
path: root/testing/test_zdistutils.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #52: Add ffi.verify(..modulename='foo'..) with test and documentation.Armin Rigo2013-01-071-1/+15
* 90% of a fix for issue #40.Armin Rigo2012-11-191-2/+4
* Fix.Armin Rigo2012-10-071-1/+0
* Fix this test file to really avoid reusing the same CRC hashes.Armin Rigo2012-09-251-14/+15
* Test and fix for setup.py's that use the 'package_dir' argumentArmin Rigo2012-09-111-5/+11
* Add the keyword argument verify(tag='foo') and document it.Armin Rigo2012-09-081-0/+9
* Allow the _cffi_crcchecksum module to be installed in a subpackage,Armin Rigo2012-09-071-1/+50
* Support for "sources=[..]" in verify(), as per Daniel Holth's suggestionArmin Rigo2012-08-181-0/+18
* This test might run without producing the source, so force it.Armin Rigo2012-08-141-0/+1
* Fixes fixesArmin Rigo2012-08-121-1/+1
* hg merge default, and try to resolve all conflicts.Armin Rigo2012-08-121-130/+157
|\
| * This test runs twice (in two subclasses), so we need to avoid the fileArmin Rigo2012-08-111-2/+3
| * Merge the two verifiers into two VEngine classes. There is still a little bitArmin Rigo2012-08-041-126/+151
| * Skip the tail of these two tests if not building a CPython C extensionArmin Rigo2012-08-041-4/+6
| * Rename these two tests.Armin Rigo2012-08-041-2/+2
* | An attempt to port cffi to python3.Amaury Forgeot d'Arc2012-07-291-5/+10
|/
* Fixes. It's a bit hacking-until-it-works, but well, it seems to work :-/Armin Rigo2012-07-161-1/+1
* Test and fixArmin Rigo2012-07-151-1/+10
* Final fixes.Armin Rigo2012-07-151-9/+9
* Progress.Armin Rigo2012-07-151-8/+8
* Mark most methods and attributes of class Verifier as "you shouldn't useArmin Rigo2012-07-141-33/+14
* A list of tests for the new feature of ffi.make_verifier().Armin Rigo2012-07-141-0/+142