Author: Ronny Pfannschmidt <[email protected]>
Branch:
Changeset: r55876:20258fbf10d0
Date: 2012-07-01 10:02 +0200
http://bitbucket.org/pypy/pypy/changeset/20258fbf10d0/
Log: refine pypyoption doc testing and fix cppyy error
* report filenames
* add mising objectspace.usemodules.cppyy.txt file
diff --git a/pypy/config/test/test_pypyoption.py
b/pypy/config/test/test_pypyoption.py
--- a/pypy/config/test/test_pypyoption.py
+++ b/pypy/config/test/test_pypyoption.py
@@ -71,7 +71,7 @@
c = Config(descr)
for path in c.getpaths(include_groups=True):
fn = prefix + "." + path + ".txt"
- yield check_file_exists, fn
+ yield fn, check_file_exists, fn
def test__ffi_opt():
config = get_pypy_config(translating=True)
diff --git a/pypy/doc/config/objspace.usemodules.cppyy.txt
b/pypy/doc/config/objspace.usemodules.cppyy.txt
new file mode 100644
--- /dev/null
+++ b/pypy/doc/config/objspace.usemodules.cppyy.txt
@@ -0,0 +1,1 @@
+Use the 'cppyy' module
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit