commit | caa9798410887317226c4bf89f38d318b8436612 | [log] [tgz] |
---|---|---|
author | Brett Cannon <bcannon@gmail.com> | Thu Aug 19 03:48:24 2004 +0000 |
committer | Brett Cannon <bcannon@gmail.com> | Thu Aug 19 03:48:24 2004 +0000 |
tree | f240fbf4f49dc5db1807554fd5c897ca3f92af2e | |
parent | c6f3c8b612c8265fcf9c1dc9d8c8ca4c6316a37a [diff] |
Rewrite test_order so as to be more "proper". Originally relied on an error based on decorating with staticmethod too soon for the code to execute. This meant that if the test didn't pass it just errored out. Now if the test doesn't pass it leads to a failure instead.