In a message of Mon, 23 Aug 2004 11:50:24 BST, Michael Hudson writes: >Laura Creighton <[EMAIL PROTECTED]> writes: > >> Do these lot have unittests someplace? I cannot seem to find any. > >I'm unsure what you're asking. If you are talking about the C modules >that live in the .../src/python/Modules/*.c files in the Python source >distribution then their unitests are in Lib/test/test_*.py like >everything else. There's also Modules/_testcapimodule.c for the tests >that have to be written in C (these are run by >Lib/test/test_capimodule.py). > >If that doesn't answer your question, then I obviously didn't >understand it. > >Cheers, >mwh
It's Lib/test/test_capimodule.py I was looking for. Thank you. Laura _______________________________________________ [EMAIL PROTECTED] http://codespeak.net/mailman/listinfo/pypy-dev
