Commit 87f58d82 authored by Éric Araujo's avatar Éric Araujo

Merge 3.2

parents 86333e98 36aa372f
...@@ -136,9 +136,9 @@ def copy_xxmodule_c(directory): ...@@ -136,9 +136,9 @@ def copy_xxmodule_c(directory):
Example use: Example use:
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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment