[IronPython] The Resolver One Spreadsheet Challenge

2008-12-18 Thread Michael Foord
Resolver One is the Python powered spreadsheet created by Resolver Systems. Resolver One is a highly programmable spreadsheet program built with IronPython. It is capable of creating powerful spreadsheet systems, but is easy to program with Python and .NET libraries. We’re convinced that Reso

Re: [IronPython] Descriptive reports in unittest module

2008-12-18 Thread Michael Foord
2008/12/18 Yash Ganthe > I am using the unittest module in IronPython 2.0. > > My TestClass has a function named testLoginWithInvalidUsername. I would > like to attach a string to this function so that if the test fails, the > string would be printed as: > Failed : Testing the login functionality

[IronPython] Descriptive reports in unittest module

2008-12-18 Thread Yash Ganthe
I am using the unittest module in IronPython 2.0. My TestClass has a function named testLoginWithInvalidUsername. I would like to attach a string to this function so that if the test fails, the string would be printed as: Failed : Testing the login functionality with invalid user name I am not ask

Re: [IronPython] IronPython and file descriptors

2008-12-18 Thread Tom Wright
Before playing with this, it's probably worth knowing that the following can cause exceptions or no exceptions and lost output from the final write. 1 Writing to a PythonFile 2 Getting the PythonFile's stream's file handle 3 Converting the handle to a file descriptor 4 Writing to this file descr