Re: Python unittesting method call issue

2014-10-02 Thread Milson Munakami
On Saturday, September 27, 2014 5:26:00 PM UTC-6, Milson Munakami wrote: > I am trying to set the precondition for the test first prior to test other > test cases. But as you can see in my code the precondition print command is > not fired! Can you explain the cause and solution how to fire the c

Re: Python unittesting method call issue

2014-09-27 Thread Steven D'Aprano
Milson Munakami wrote: > I am trying to set the precondition for the test first prior to test other > test cases. But as you can see in my code the precondition print command > is not fired! Can you explain the cause and solution how to fire the code > with in that method i.e. SetPreConditionFirew

Re: Python unittesting method call issue

2014-09-27 Thread Ian Kelly
On Sat, Sep 27, 2014 at 5:25 PM, Milson Munakami wrote: > I am trying to set the precondition for the test first prior to test other > test cases. But as you can see in my code the precondition print command is > not fired! Can you explain the cause and solution how to fire the code with > in t

Re: Python unittesting method call issue

2014-09-27 Thread Chris Angelico
On Sun, Sep 28, 2014 at 9:25 AM, Milson Munakami wrote: > I am trying to set the precondition for the test first prior to test other > test cases. But as you can see in my code the precondition print command is > not fired! Can you explain the cause and solution how to fire the code with > in t