Parent Directory
|
Revision Log
|
Patch
trunk/thuban/test/test_command.py revision 360 by bh, Mon Dec 9 10:34:18 2002 UTC | branches/WIP-pyshapelib-bramz/test/test_command.py revision 2734 by bramz, Thu Mar 1 12:42:59 2007 UTC | |
---|---|---|
# | Line 1 | Line 1 |
1 | # Copyright (c) 2002 by Intevation GmbH | # Copyright (c) 2002, 2003 by Intevation GmbH |
2 | # Authors: | # Authors: |
3 | # Bernhard Herzog <[email protected]> | # Bernhard Herzog <[email protected]> |
4 | # | # |
# | Line 128 class TestDynamicCommand(BaseCommandTest | Line 128 class TestDynamicCommand(BaseCommandTest |
128 | self.assert_(cmd.IsDynamic()) | self.assert_(cmd.IsDynamic()) |
129 | self.assert_(cmd.IsTool()) | self.assert_(cmd.IsTool()) |
130 | ||
131 | if __name__ == "__main__": | |
132 | unittest.main() |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |