mirror of
https://github.com/python/cpython.git
synced 2024-12-30 20:24:53 +08:00
Merge 3.2
This commit is contained in:
commit
24d1df79ba
@ -138,7 +138,7 @@ def copy_xxmodule_c(directory):
|
|||||||
|
|
||||||
def test_compile(self):
|
def test_compile(self):
|
||||||
copy_xxmodule_c(self.tmpdir)
|
copy_xxmodule_c(self.tmpdir)
|
||||||
self.assertIn('xxmodule.c', os.listdir(self.tmpdir)
|
self.assertIn('xxmodule.c', os.listdir(self.tmpdir))
|
||||||
|
|
||||||
If the source file can be found, it will be copied to *directory*. If not,
|
If the source file can be found, it will be copied to *directory*. If not,
|
||||||
the test will be skipped. Errors during copy are not caught.
|
the test will be skipped. Errors during copy are not caught.
|
||||||
|
Loading…
Reference in New Issue
Block a user