Hi Yicong,

On 6 June 2015 at 08:34, Yicong Huang <[email protected]> wrote:
> class wrapAPI:
>     spaceconfig = dict(usemodules=['thread'])

The "spaceconfig" is not something magic that applies to any class.
Only the test runner knows about it, and the class must be called
AppTestXxx in order for it to be picked up by the test runner
(py.test).  You must not instantiate it yourself.


Armin
_______________________________________________
pypy-dev mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-dev

Reply via email to