On 08/15/2012 11:26 AM, Barak Raveh wrote:
Ben, we need this decorator also for atom (it is something with BD which is probably nothing) - can you explain how to use it (or just send me to an example code)
Check out the unittest docs at python.org. IIRC, it looks something like
def my_test(self):
...
my_test = expectedFailure(my_test)
Ben
--
http://salilab.org/~ben/
"It is a capital mistake to theorize before one has data."
- Sir Arthur Conan Doyle