diff options
| author | Armin Rigo <arigo@tunes.org> | 2015-05-12 11:07:25 +0200 |
|---|---|---|
| committer | Armin Rigo <arigo@tunes.org> | 2015-05-12 11:07:25 +0200 |
| commit | fe4bb73d2191ea7b2ee5586848e1c5bbbcbaa72b (patch) | |
| tree | 5c80d5c2ee50bc8e99039c7483522e2febc08cb7 /testing/cffi0/test_verify2.py | |
| parent | 34dbd9932de50a5de29f0fdaab9e9a06526d93a7 (diff) | |
| download | cffi-fe4bb73d2191ea7b2ee5586848e1c5bbbcbaa72b.tar.gz | |
the big Moving Files Around step
Diffstat (limited to 'testing/cffi0/test_verify2.py')
| -rw-r--r-- | testing/cffi0/test_verify2.py | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/testing/cffi0/test_verify2.py b/testing/cffi0/test_verify2.py new file mode 100644 index 0000000..a4af6d6 --- /dev/null +++ b/testing/cffi0/test_verify2.py @@ -0,0 +1,9 @@ +from .test_verify import * + +# This test file runs normally after test_verify. We only clean up the .c +# sources, to check that it also works when we have only the .so. The +# tests should run much faster than test_verify. + +def setup_module(): + import cffi.verifier + cffi.verifier.cleanup_tmpdir(keep_so=True) |
