[Pydev-users] Renaming test case file causes major failure
Brought to you by:
fabioz
From: Carroll, B. <Bar...@ps...> - 2006-04-26 01:06:45
|
Greetings: =20 The top level module in my encodetests package is named testsymgen.py. When I run this module as a Python unit-test, it runs correctly, executing some 160 tests from five submodules. =20 =20 When I rename the file to encodetests.py, however, and run it, it runs zero tests. In the problem pane, each import line of the top level module generates this warning: =20 Severity Description Resource In Folder Location 1 Unused in wild import:... encodetests.py symgen/encodetests line 33 =20 =20 Can anyone tell me why renaming the module should cause this behavior and what I can do to correct it? =20 Regards, =20 Barry bar...@ps... 541-302-1107 ________________________ We who cut mere stones must always be envisioning cathedrals. -Quarry worker's creed =20 |