1from .test_verify import * 2 3# This test file runs normally after test_verify. We only clean up the .c 4# sources, to check that it also works when we have only the .so. The 5# tests should run much faster than test_verify. 6 7def setup_module(): 8 import cffi.verifier 9 cffi.verifier.cleanup_tmpdir(keep_so=True) 10