Hi Yicong, On 6 June 2015 at 08:34, Yicong Huang <hengha....@gmail.com> 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 pypy-dev@python.org https://mail.python.org/mailman/listinfo/pypy-dev