[Ironpython-users] IronPython, Daily Digest 7/16/2014

2014-07-17 Thread CodePlex
Hi ironpython, Here's your Daily Digest of new issues for project "IronPython". In today's digest:ISSUES 1. [New issue] Telnetlib exception - "getaddrinfo returns an empty list" -- ISSUES 1. [New issue] Telnetlib exception - "getaddrinfo returns an

[Ironpython-users] test framework

2014-07-17 Thread Pawel Jasinski
First of all, there is a need to document where the tests are and how to run them. It took me a moment to figure it out, so it make sense to share it. The test config: IronLanguages/Test/IronPython.tests An individual test can be started by: ./test-ipy.cmd /test:test_zipimport_cpy I remember at o

Re: [Ironpython-users] test framework

2014-07-17 Thread Jeff Hardy
On Thu, Jul 17, 2014 at 9:52 AM, Pawel Jasinski wrote: > First of all, there is a need to document where the tests are and how > to run them. It took me a moment to figure it out, so it make sense to > share it. > > The test config: IronLanguages/Test/IronPython.tests > An individual test can be

[Ironpython-users] Adoption of IronPython

2014-07-17 Thread Pawel Jasinski
Recently I had 2 ideas or perhaps suggestions which may help IronPython to get better. I asked myself, what would help us to get more general python packages to get IP specific patches and keep things alive. Most of them use travis as a test framework and cover most of the python versions, includin