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
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
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
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