Hi Jeremy Jeremy wrote:
I'm not too familiar with a python environment, unfortunately, so I could use some help running the tests in the tests folder. What's the proper procedure?
First you need the "py" package: http://pypi.python.org/pypi/py/1.2.1 Then you can run specific tests in the tests folder: ~/repos/mwlib/tests/ % py.test test_parser.py ... ========================== 152 passed in 1.49 seconds I hope that gets you started. Regards, Volker -- volker haas brainbot technologies ag fon +49 6131 2116394 boppstraße 64 fax +49 6131 2116392 55118 mainz [email protected] http://www.brainbot.com/ -- You received this message because you are subscribed to the Google Groups "mwlib" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/mwlib?hl=en.
