Commit Graph

6 Commits

Author SHA1 Message Date
2820ff9758 More fixes to mustclose decorator and argspecs 2013-01-18 17:21:30 -05:00
0312b6eb07 Test for issue where mustclose decorator didn't maintain argspec 2013-01-18 16:55:51 -05:00
b09362fde1 Full coverage of nilmdb.utils.mustclose 2013-01-05 18:02:53 -05:00
3d212e7592 Move test helpers into subdirectory 2013-01-05 15:00:34 -05:00
10d58f6a47 More test coverage 2013-01-02 00:00:05 -05:00
b0d76312d1 Add must_close() decorator, use it in nilmdb
Warns at runtime if a class's close() method wasn't called before the
object was destroyed.
2012-12-31 17:21:19 -05:00