[Pydev-users] [pydev - Users] RE: How to use Run As Python Unit Test

2006-07-17 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3824822 By: xsaero00 I have the pyhton path configured correctly. The source forlder in in the PyhtonPath. __ You are receiving this email

[Pydev-users] [pydev - Users] RE: How to use Run As Python Unit Test

2006-07-17 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3825054 By: drmaples can you post the code you are trying to run as unit test. __ You are receiving this email because you elected to

[Pydev-users] [pydev - Users] RE: How to use Run As Python Unit Test

2006-07-17 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3825327 By: xsaero00 Unit Test Code: import unittest from Packages.Utilities.validate import * class validateTest( unittest.TestCase ): Class to test validation functions def

[Pydev-users] [pydev - Users] RE: How to use Run As Python Unit Test

2006-07-17 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3825915 By: drmaples code seems ok, but try this: pydev 1.2.1 and below has a bug where some errors are silently ignored and 0 tests are reported as running. check that you do not have any syntax errors in