From 4095aa4caf8021a6b8f44c2c4ca3b76a9c26a91f Mon Sep 17 00:00:00 2001 From: Siddharth Ravikumar Date: Wed, 1 Apr 2015 17:04:35 -0400 Subject: new variable at NodeDirMonitor -- `num_nodes' `num_nodes' a value that represents the number of node directories. modified: combox/events.py modified: tests/events_test.py --- tests/events_test.py | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'tests') diff --git a/tests/events_test.py b/tests/events_test.py index d754d44..bef6423 100644 --- a/tests/events_test.py +++ b/tests/events_test.py @@ -228,6 +228,15 @@ class TestEvents(object): assert not silo.stale(self.lorem_ipsum) + def test_NDM_numnodes(self): + """Tests whether the NodeDirMonitor's num_nodes variable has the + right value. + + """ + nmonitor = NodeDirMonitor(self.config, self.silo_lock) + assert_equal(2, nmonitor.num_nodes) + + def test_NDM(self): """ Tests the NodeDirMonitor class. -- cgit v1.2.3