]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit - src/allmydata/test/common.py
tests: don't use SignalMixin
authorZooko O'Whielacronx <zooko@zooko.com>
Wed, 30 Jul 2008 22:35:36 +0000 (15:35 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Wed, 30 Jul 2008 22:35:36 +0000 (15:35 -0700)
commit6aabaa0797b1f2c8fe553351f4ca3e5cd26ff39a
tree2b12edf192c23f5da05e3ebe101e0511bf23ec61
parent2ed1d03a49d3fecf5e08e3efad46aac143d94740
tests: don't use SignalMixin
It seems like we no longer need it, and it screws up something internal in
trial which causes trial's TestCase.mktemp() method to exhibit wrong behavior
(always using a certain test method name instead of using the current test
method name), and I wish to use TestCase.mktemp().

Of course, it is possible that the buildbot is about to tell me that we do
still require SignalMixin on some of our platforms...
src/allmydata/test/common.py