Needed class whose instances are many test cases
Sumit
sumit.nanda at gmail.com
Tue Nov 15 13:01:32 EST 2005
More information about the Python-list mailing list
Tue Nov 15 13:01:32 EST 2005
- Previous message (by thread): Needed class whose instances are many test cases
- Next message (by thread): LARGE numbers
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Thanks for comments .setup() is going the Run Before every testcase Run. But i need to create resource for set of testcases , it is one time only . I can not create at every instant before testcases Run . thats why Unittest.testsuit is goingto help me out . There __init__() can be Run One time and the resource can be create one time for set of tests.
- Previous message (by thread): Needed class whose instances are many test cases
- Next message (by thread): LARGE numbers
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list